The latest development version of this page may be more current than this released 2.5.0 version.
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, or compatible) devices.

Direct dependencies

LED_STRIP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/led_strip/Kconfig.ws2812:10

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:74drivers/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, or compatible) devices.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)