-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/led_strip/Kconfig.apa102:7
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:74
→ drivers/led_strip/Kconfig:39
Menu path: (top menu) → Device Drivers → LED strip drivers
menuconfig APA102_STRIP bool prompt "APA102 SPI LED strip driver" ifSPI
&&LED_STRIP
selectLED_STRIP_RGB_SCRATCH
ifSPI
&&LED_STRIP
depends onSPI
&&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.)