-
Notifications
You must be signed in to change notification settings - Fork 157
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
Turn LEDs off on startup #141
Comments
Hi, I have never worked with this lib and the WS2812b LEDs. But have a look at this reddit discussion: The question is if the library does anything itself to start the LEDs with full white. As far as I can see the only DMX output buffer initialisation with a default value is this line
which stores 0 as default value for a newly created DMX buffer. And for the LED strip itself does this line
execute this function
which also clears the buffer to 0's by calling this function
|
So I would assume you have to be faster with starting the output (or even start the output before powering up the LED strip) or get this capacitor trick from Reddit to work. |
Hi! Fantastic work!
Is it possible to turn all led's (ws2812b) off on startup ? Or not turn them on ?
At the moment all led's turn white, I would like to avoid the power surge.
My cpp is a bit rusty, but I'm happy to do a PR if you point me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered: