Closed kbln closed 1 year ago
The delay has to be there. But you may change it to delayMicroseconds(50). Because you need to give the WS2812 at least 50 us to reset its data. If you don't have other code takes longer than 50us, use a delay or delayMicroseconds.
The delay has to be there. But you may change it to delayMicroseconds(50). Because you need to give the WS2812 at least 50 us to reset its data. If you don't have other code takes longer than 50us, use a delay or delayMicroseconds.
Thanks for the answer! I will try delayMicroseconds(50)
I am trying to run Adalight on ch552G, but Serial is very slow. I think the delay is the problem.
Hi all!
How can i make it work without delay?