You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing timings don't work reliably with all my various ws28xx clones. This set of timings is more reliable.
I added some notes about constraints I discovered. It seems WLED uses 400ns/800ns, which is below datasheet values, but within those discovered constraints. FastLED uses similar to the previous values here (300/640?) and is also glitchy on some of my LEDs than need >= 350ns T0H to work reliably.
constSK68XX_T1H_NS:u32 = 850;// 900ns per SK6812 datasheet, 850 per WS2812. > 550ns is sometimes enough. Some require T1H >= 2 * T0H. Some require > 300ns T1L.
0 commit comments