Increased max number of LEDs

21,845 should be the new max (untested)
This commit is contained in:
David Madison 2017-06-08 15:40:09 -04:00
parent d46782ca68
commit edf0fef088
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@
*/
// --- General Settings
static const uint8_t
Num_Leds = 80, // strip length
static const uint16_t
Num_Leds = 80; // strip length
static const uint8_t
Led_Pin = 6, // Arduino data output pin
Brightness = 255; // maximum brightness