Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches
Fork of Multi_WS2811 by
Revision 1:9d9f7bfad0ce, committed 2014-11-14
- Comitter:
- antoniorohit
- Date:
- Fri Nov 14 08:17:04 2014 +0000
- Parent:
- 0:a8535703f23b
- Child:
- 2:8adaf48544cc
- Commit message:
- First revision of WS2811 Code that works in conjunction with a Processing GUI
Changed in this revision
| WS2811.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WS2811.h Sat Jan 04 00:40:08 2014 +0000 +++ b/WS2811.h Fri Nov 14 08:17:04 2014 +0000 @@ -19,7 +19,7 @@ #include "mbed.h" #include "LedStrip.h" -#define MAX_LEDS_PER_STRIP 60 +#define MAX_LEDS_PER_STRIP 64 extern "C" void DMA0_IRQHandler(); extern "C" void TPM0_IRQHandler();
