The latest development version of this page may be more current than this released 2.7.5 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, Everlight B1414, 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:42drivers/Kconfig:76drivers/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.)