Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches

Dependents:   GUILED_8x8_Demo

Fork of Multi_WS2811 by Ned Konz

Revision:
1:9d9f7bfad0ce
Parent:
0:a8535703f23b
diff -r a8535703f23b -r 9d9f7bfad0ce WS2811.h
--- 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();