Skip to content
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

Fix weird behavior of ledstrips #12

Open
KevinVanthuyne opened this issue Oct 21, 2019 · 1 comment
Open

Fix weird behavior of ledstrips #12

KevinVanthuyne opened this issue Oct 21, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@KevinVanthuyne
Copy link
Owner

When running animations, part of the ledstrip doesn't follow the pattern and acts weird sometimes. Investigate the problem and fix it

@KevinVanthuyne KevinVanthuyne added the bug Something isn't working label Oct 21, 2019
@KevinVanthuyne
Copy link
Owner Author

Seems like NeoPixel library doesn't support RMT on the ESP32 which causes the pixel data to not be timed correctly and show glitches: adafruit/Adafruit_NeoPixel#139
NeoPixelBus does support RMT: Makuna/NeoPixelBus#152 (comment)
Don't know about FastLED

A temporary solution is to add a very small delay of 1-2ms before showing the strip to make sure all data is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant