-
Notifications
You must be signed in to change notification settings - Fork 26
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
Changing colors from color picker affects only the first LED. #11
Comments
Hi. Unfortunately I don't have wemos to test. But if it helps, then I added this line. effects.ino is not used for colorpicker. |
I think that the problem is not noticeable when there are frequent calls of .show();. But I SEE IT. I see the first LED glitching and that drives me NUTS. :) Thats why i doubled them too. |
Hello, I shot how i try to reload the page few times for it to work. You can see the first LED glitching. |
Hello,
I am using ESP8266 WEMOS D1 MINI PRO , that is controlling 17 LED WS2812B.
I had a problem when i try to pick any color from color picker.
The problem is that color change only applies to the first LED, and even then, the color is not the one i choose.
If i try to pick another color, sometimes all the leds are refreshed.
The problem is present in effects, but its not noticeable.
The solution was to put two LEDS.show(); and two FastLED.show(); one after another both in ESP8266-LED.ino and effects.ino.
EXAMPLE:
The text was updated successfully, but these errors were encountered: