-
CONFIG_WS2812B_SW_NAME
¶
Driver name
Type: string
Help¶
Device name for WS2812B LED strip.
Defaults¶
- “ws2812b_sw” if
WS2812B_SW
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812b_sw:21
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:76
→ drivers/led_strip/Kconfig:48
Menu path: (top menu) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver
config WS2812B_SW_NAME string prompt "Driver name" ifWS2812B_SW
&&LED_STRIP
default "ws2812b_sw" ifWS2812B_SW
&&LED_STRIP
depends onWS2812B_SW
&&LED_STRIP
help Device name for WS2812B LED strip.
(Definitions include propagated dependencies, including from if’s and menus.)