Allow more pixels
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -222,7 +222,6 @@
|
||||
gId("dig"+n+"l").style.display = ((t > 48 && t < 64) && !(t >= 100 && t < 110)) ? "inline":"none"; // bus clock speed
|
||||
gId("rev"+n).innerHTML = (t >= 40 && t < 48) ? "Inverted output":"Reversed (rotated 180°)"; // change reverse text for analog
|
||||
gId("psd"+n).innerHTML = (t >= 40 && t < 48) ? "Index:":"Start:"; // change analog start description
|
||||
if (t >= 100 && t <= 110) d.getElementsByName("LC"+n)[0].remove(); // Remove length for Hub&% to prevent validation errors
|
||||
}
|
||||
}
|
||||
// display global white channel overrides
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user