Allow more pixels

This commit is contained in:
Will Tatam
2024-02-25 13:44:23 +00:00
parent 565e74082e
commit b793bb33c7
3 changed files with 500 additions and 502 deletions

View File

@@ -397,7 +397,7 @@
#endif
#ifndef MAX_LEDS_PER_BUS
#define MAX_LEDS_PER_BUS 2048 // may not be enough for fast LEDs (i.e. APA102)
#define MAX_LEDS_PER_BUS 4096 // may not be enough for fast LEDs (i.e. APA102)
#endif
// string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32