Increased max number of LEDs
21,845 should be the new max (untested)
This commit is contained in:
parent
d46782ca68
commit
edf0fef088
|
@ -7,8 +7,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// --- General Settings
|
// --- General Settings
|
||||||
static const uint8_t
|
static const uint16_t
|
||||||
Num_Leds = 80, // strip length
|
Num_Leds = 80; // strip length
|
||||||
|
static const uint8_t
|
||||||
Led_Pin = 6, // Arduino data output pin
|
Led_Pin = 6, // Arduino data output pin
|
||||||
Brightness = 255; // maximum brightness
|
Brightness = 255; // maximum brightness
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue