File tree Expand file tree Collapse file tree 3 files changed +500
-502
lines changed
Expand file tree Collapse file tree 3 files changed +500
-502
lines changed Original file line number Diff line number Diff line change 397397#endif
398398
399399#ifndef MAX_LEDS_PER_BUS
400- #define MAX_LEDS_PER_BUS 2048 // may not be enough for fast LEDs (i.e. APA102)
400+ #define MAX_LEDS_PER_BUS 4096 // may not be enough for fast LEDs (i.e. APA102)
401401#endif
402402
403403// string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32
Original file line number Diff line number Diff line change 222222 gId ( "dig" + n + "l" ) . style . display = ( ( t > 48 && t < 64 ) && ! ( t >= 100 && t < 110 ) ) ? "inline" :"none" ; // bus clock speed
223223 gId ( "rev" + n ) . innerHTML = ( t >= 40 && t < 48 ) ? "Inverted output" :"Reversed (rotated 180°)" ; // change reverse text for analog
224224 gId ( "psd" + n ) . innerHTML = ( t >= 40 && t < 48 ) ? "Index:" :"Start:" ; // change analog start description
225- if ( t >= 100 && t <= 110 ) d . getElementsByName ( "LC" + n ) [ 0 ] . remove ( ) ; // Remove length for Hub&% to prevent validation errors
226225 }
227226 }
228227 // display global white channel overrides
You can’t perform that action at this time.
0 commit comments