znac049 / esp32-lights

Esp32 light control for ws28xx light strings with web interface and OTA
Apache License 2.0
0 stars 0 forks source link

Add proper support for multiple strings of lights #2

Open znac049 opened 1 year ago

znac049 commented 1 year ago

The FastLED library can support up to eight strings of lights, each attached to 8 different I/O pins. The strings should be able to act as mirrors of each other or each string to be concatenated to the string before it. Will need some clever configuration options in the web UI

znac049 commented 1 year ago

Working on this. GUI elements have been added.