I have 12 strips of LEDs with each strip containing 60 LEDs. They’re all wired so that each strip’s data channel is in series. Thus, from the ESP32’s point of view, it sees a single strip of 720 LEDs. My tests so far have worked 100% as far as my wiring job and power injection goes. But I should have read ahead in the documentation that WLED supports up to 10 segments and not 12. But it also sounds like perhaps I could offload some of the LEDs on a 2nd ESP32.
The bottom line is, I’d like to be able to assign each LED strip with it’s own effect pattern, LED count and color scheme all within one “controller” in WLED.
Is this at all possible? I don’t mind rewiring my data lines if need be.