-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2-wire LEDs (APA102/WS2801) do not work in v0.12 after upgrade from 0.11 #1852
Comments
Thank you for reporting! |
|
Can confirm for ESP8266 with WS2801 setting (previously flashed with WLED_0.11.1_ESP8266_WS2801.bin). Data and Clock are both set to 2 by default. I set CLK pin to 0 (and move button pin to 4 or something, to solve pin conflict message), saved, CLK reverts to 2. |
I have the same problem. I changed the button pin to -1 an clk 0, data 2. After I saved the config, the clk returned to clk2. |
Good news. I put data 2, clock 0 and button pin -1 on APA102. Reboot and check again. If necessary, set the pins again, save and restart. |
I could reproduce the issue. As a workaround, set the clock pin to 0 and enter the LED count into its field again (the per-bus LED count, not the total in the very top). Now the bus should save correctly and work. |
Yep, worked for me. Data = 4 or 2 (tried both), Clock = 0, Start = 0 and Count = total LEDs on the (single) WS2801 strip, same value as on the top. |
For me ist works too |
Cannot Set CLK to 0 ist Always stayes at 2
Set Data to 2 and CLK to 0
CLK should bei 0
WLED version
Additional context
Anything else you'd like to say about the problem?
Thank you for your help!
The text was updated successfully, but these errors were encountered: