Skip to content

Commit b793bb3

Browse files
committed
Allow more pixels
1 parent 565e740 commit b793bb3

File tree

3 files changed

+500
-502
lines changed

3 files changed

+500
-502
lines changed

wled00/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
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

wled00/data/settings_leds.htm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
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

0 commit comments

Comments
 (0)