Good Day, been using WLED for many years now for XMAS and Halloween (plus year round lighting) mainly with WS2811 but testing a D1 mini esp8266 and WS2801 with WLED app to control. Should I use SCL and SDA for the clock and data with the WS2801 and make the pin changes within WLED setup?
Dave
No, WS2801 is technically SPI which uses MOSI/SCLK but WLED doesn’t care about those. Just use GPIO2 and GPIO1.
1 Like
Yes, got it working…Thank you
Dave