Aircoookie / WLED-App

Mobile app for controlling and discovering WLED lights
MIT License
312 stars 77 forks source link

Multiple different led strips #11

Open imberest opened 3 years ago

imberest commented 3 years ago

Hello Aircoookie,

I have a fairly unique issue. This might be more a future update request.

Project summary I want to combine ws2812 and sk6812 led strips on one esp32 with multiple channel branch.

Problems I have faced: Multi channel branch uses segments to separate channels. In settings i have to select between RGB & RGBW which is attached to all LEDs.

Solution Not sure what's your idea on official multiple channel solution, but if segments will be used to separate channels, maybe tick box for RGB or RGBW for each segment/channel?

Suggestion For multiple channel official version maybe have channel pins hardcoded and on app create channels similar to segments? For ex. Channel 0 - GPIO2 Channel 1 - GPIO12... etc. And control them same way as segments? For each channel ability to select 3 or 4 color mode separately. I do understand that you can't please everyone.

I guess at the moment there is no easy way around this?