-
CONFIG_WS2812B_SW_GPIO_NAME
¶
GPIO port that the LED strip is connected to
Type: string
Help¶
GPIO port name.
Defaults¶
- “GPIO_0” if
SOC_FAMILY_NRF
&&WS2812B_SW
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812b_sw:27
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_GPIO_NAME string prompt "GPIO port that the LED strip is connected to" ifWS2812B_SW
&&LED_STRIP
default "GPIO_0" ifSOC_FAMILY_NRF
&&WS2812B_SW
&&LED_STRIP
depends onWS2812B_SW
&&LED_STRIP
help GPIO port name.
(Definitions include propagated dependencies, including from if’s and menus.)