-
CONFIG_WS2812_RED_ORDER
¶
Order in which a red pixel should be shifted out
Type: int
Help¶
If the red channel is shifted out first, specify 0. If second, specify 1, and so on.
Default¶
1
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812:58
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:68
→ drivers/led_strip/Kconfig:32
Menu path: (Top) → Device Drivers → LED strip drivers → Enable WS2812 (and compatible) LED strip driver
config WS2812_RED_ORDER int "Order in which a red pixel should be shifted out" range 0 3 default 1 depends onWS2812_STRIP
&&LED_STRIP
help If the red channel is shifted out first, specify 0. If second, specify 1, and so on.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)