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

APA102 SPI LED strip driver

Type: bool

Help

Enable the LED strip driver for a chain of APA102 RGB LEDs. These are sold as DotStar by Adafruit and Superled by others.

Direct dependencies

SPI && LED_STRIP

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/led_strip/Kconfig.apa102:7

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

Menu path: (top menu) → Device Drivers → LED strip drivers

menuconfig APA102_STRIP
    bool
    prompt "APA102 SPI LED strip driver" if SPI && LED_STRIP
    select LED_STRIP_RGB_SCRATCH if SPI && LED_STRIP
    depends on SPI && LED_STRIP
    help
      Enable the LED strip driver for a chain of APA102 RGB LEDs.
      These are sold as DotStar by Adafruit and Superled by others.

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