1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-15 06:46:59 +02:00

Change RP2040 PIO SK6812 timings (#9020)

This commit is contained in:
pseud0sphere 2025-06-09 01:46:27 -04:00 committed by GitHub
parent 99c368fe62
commit 368a0eea8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ RGB_ORDERS = {
CHIPSET_TIMINGS = {
"WS2812": LEDStripTimings(20, 40, 46, 34),
"WS2812B": LEDStripTimings(23, 49, 46, 26),
"SK6812": LEDStripTimings(17, 52, 34, 34),
"SK6812": LEDStripTimings(20, 54, 38, 38),
"SM16703": LEDStripTimings(17, 52, 52, 17),
}