Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.31k stars 3.05k forks source link

Enable a pixel mapping feature #4046

Closed damiencorpataux closed 1 week ago

damiencorpataux commented 1 week ago

Is your feature request related to a problem? Please describe. I would like to be able to map pixels directly in WLED software.

Describe the solution you'd like A way to tell WLED how each physical pixel is mapped in 2D space and have WLED map these pixels.

Describe alternatives you've considered For now I have patched wledcast to handle pixels mapping and I am streaming to WLED using via DDP.

Additional context

Here are examples from my prototype on wledcast:

I would like to give it a try but I would need a few pointers on where to begin.

Thank you for making WLED ❤️

blazoncek commented 1 week ago

There is: #4018 and #3903 and some other resources on net. It will most likely not be included in WLED firmware as it will eat away precious memory.