mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Add WS2811 to esp32_rmt_led_strip (#7353)
This commit is contained in:
parent
34cce0e920
commit
92ae506ffb
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class LEDStripTimings:
|
|||
|
||||
|
||||
CHIPSETS = {
|
||||
"WS2811": LEDStripTimings(300, 1090, 1090, 320, 0, 300000),
|
||||
"WS2812": LEDStripTimings(400, 1000, 1000, 400, 0, 0),
|
||||
"SK6812": LEDStripTimings(300, 900, 600, 600, 0, 0),
|
||||
"APA106": LEDStripTimings(350, 1360, 1360, 350, 0, 0),
|
||||
|
|
Loading…
Reference in a new issue