Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches
Dependencies: Multi_WS2811 mbed
Fork of Multi_WS2811_test by
Revision 5:70ded6500cd3, committed 2012-10-10
- Comitter:
- heroic
- Date:
- Wed Oct 10 05:43:58 2012 +0000
- Parent:
- 4:0b75eb84a6d2
- Child:
- 6:7aebe547f0f0
- Commit message:
- Remove dead comment
Changed in this revision
| LPD8806.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LPD8806.cpp Fri Oct 05 05:41:39 2012 +0000
+++ b/LPD8806.cpp Wed Oct 10 05:43:58 2012 +0000
@@ -43,6 +43,8 @@
// Issue initial latch to 'wake up' strip (latch length varies w/numLEDs)
writezeros(3 * ((numLEDs + 63) / 64));
+ blank();
+ show();
}
uint16_t LPD8806::numPixels(void) {
