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 18:d98353e8c61c, committed 2013-12-05
- Comitter:
- bikeNomad
- Date:
- Thu Dec 05 15:39:39 2013 +0000
- Parent:
- 17:b4e9d8f4baa9
- Child:
- 19:600deef36348
- Commit message:
- renamed back to WS2811
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Dec 05 15:25:16 2013 +0000
+++ b/main.cpp Thu Dec 05 15:39:39 2013 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
-#include "WS2812.h"
+#include "WS2811.h"
int main(void)
{
- WS2812 lightStrip(60*4, PTD2, PTD3);
+ WS2811 lightStrip(60*4, PTD2, PTD3);
}
\ No newline at end of file
