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 Ned Konz

Revision:
34:0f1968ca238a
Parent:
33:7973b70d4fab
--- a/main.cpp	Sat Nov 15 01:23:58 2014 +0000
+++ b/main.cpp	Sat Nov 15 02:04:37 2014 +0000
@@ -55,6 +55,7 @@
     for (;;) {
         /* I have defined a custom UART packet protocol
          * A general packet may look like: 
+         * 
          * array[0]     x-coordinate [0, 31]
          * array[1]     y-coordinate [0, 15]
          * array[2]     R (5-bit)