change max number of LEDs to 200.

Fork of Multi_WS2811 by Richard Thompson

Files at this revision

API Documentation at this revision

Comitter:
robertbui
Date:
Thu Dec 11 13:31:53 2014 +0000
Parent:
7:58623ad7f310
Commit message:
set max led to 200

Changed in this revision

WS2811.h Show annotated file Show diff for this revision Revisions of this file
diff -r 58623ad7f310 -r d9b7240e873e WS2811.h
--- a/WS2811.h	Wed Apr 02 13:22:25 2014 +0000
+++ b/WS2811.h	Thu Dec 11 13:31:53 2014 +0000
@@ -24,7 +24,7 @@
 #include "LedStrip.h"
 
 //! Maximum number of LEDs per strip
-#define MAX_LEDS_PER_STRIP 240
+#define MAX_LEDS_PER_STRIP 200
 
 extern "C" void DMA0_IRQHandler();
 extern "C" void TPM0_IRQHandler();