Adafruit Neopixel slow test

This commit is contained in:
2024-03-04 20:14:10 -06:00
parent 181dcc98ca
commit e0249dcadf
3 changed files with 120 additions and 37 deletions

View File

@ -3,11 +3,11 @@
#define DEBUG
#define LIGHTTEST
//#define LIGHTTEST
// Total LED count
// set to 128*8 for 4 channel, 170*8 for 3 channel
#define MAX_LEDS 128*8
#define MAX_LEDS 170*8
//#define RGBW_MODE
// Amount of color channels per pixel - i.e. RGB = 3, RGBW = 4