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.7k stars 3.16k forks source link

E1.31 16 bit color value #3935

Open xhpohanka opened 5 months ago

xhpohanka commented 5 months ago

If I understand it correctly, some LED chips can set up their values in 16 bit resolution and Neopixel supports it. (WS281x).

It would be useful to have this option via E1.31. If it is already there, I have not found a method to set it up.

softhack007 commented 5 months ago

Hi, currently WLED internally uses 8bits per color, so you would not have a benefit from sending/receiving 16bit colors in E1.31.