2018-02-13 05:35:20 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Google LLC.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config APA102_STRIP
|
2018-02-13 05:35:20 +08:00
|
|
|
bool "APA102 SPI LED strip driver"
|
|
|
|
depends on SPI
|
|
|
|
select LED_STRIP_RGB_SCRATCH
|
|
|
|
help
|
2019-11-01 17:24:07 +08:00
|
|
|
Enable the LED strip driver for a chain of APA102 RGB LEDs.
|
|
|
|
These are sold as DotStar by Adafruit and Superled by others.
|