CONFIG_WS2812_STRIP
Enable WS2812 (and compatible) LED strip driver
Type: bool
Help
Enable LED strip driver for daisy chains of WS2812-ish (or WS2812B,
WS2813, SK6812, Everlight B1414, or compatible) devices.
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/led_strip/Kconfig.ws2812:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:76
→ <Zephyr>/drivers/led_strip/Kconfig:32
Menu path: (Top) → Device Drivers → LED strip drivers
menuconfig WS2812_STRIP
bool "Enable WS2812 (and compatible) LED strip driver"
select LED_STRIP_RGB_SCRATCH
depends on LED_STRIP
help
Enable LED strip driver for daisy chains of WS2812-ish (or WS2812B,
WS2813, SK6812, Everlight B1414, or compatible) devices.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)