Support SK9822 type LEDs with adaptive brightness control via SPI (#1017)

* Support SK9822 type LEDs with adaptive brightness control via SPI

* SK9822 - minor refactorings
This commit is contained in:
The-Master777
2020-09-25 19:34:00 +02:00
committed by GitHub
parent f11885fd8b
commit 6c68454bea
9 changed files with 298 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ The SK6812 are **3** wire leds, you could also drive them via spi.
#### sk6822spi
The SK6822 are **3** wire leds, you could also drive them via spi.
#### sk9822
The SK9822 are **4** wire leds compatible to APA 102 with addition of global brightness control.
#### ws2812spi
The WS2812 are **3** wire leds, you could also drive them via spi.