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

Color oder override spacing #3992

Open quejoo opened 1 month ago

quejoo commented 1 month ago

I purchased an LED strip from AliExpress that has two white LED colors, warm and cold. The LED strip uses one WS2811 IC to control every 15 LED chips, with 5 of each color. However, there's an issue with the color order. Each IC controls 15 LED chips, with 5 LEDs of each color (warm and cold white). Unfortunately, the color order reverses between each IC.

While I can create two separate segments with a spacer of two LEDs and offset one by one, this limits creating custom presets due to the mismatched color behavior.

An option like "color order override spacing" would allow me to fix this issue and utilize all lighting effects without the color inconsistencies.

more_vert