The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_WS2812B_SW_GPIO_PIN

GPIO pin that the LED strip is connected to

Type: int

Help

GPIO pin number that the LED strip is connected to.

Direct dependencies

WS2812B_SW && LED_STRIP

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/led_strip/Kconfig.ws2812b_sw:33

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:74drivers/led_strip/Kconfig:37

Menu path: (top menu) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver

config WS2812B_SW_GPIO_PIN
    int
    prompt "GPIO pin that the LED strip is connected to" if WS2812B_SW && LED_STRIP
    default 3 if BOARD_BBC_MICROBIT && WS2812B_SW && LED_STRIP
    depends on WS2812B_SW && LED_STRIP
    help
      GPIO pin number that the LED strip is connected to.

(Definitions include propagated dependencies, including from if’s and menus.)