atuline / FastLED-Demos

Here's my updated FastLED demos from January, 2017.
GNU General Public License v3.0
611 stars 174 forks source link

Lightnings non blocking #22

Closed coopooc closed 6 years ago

coopooc commented 6 years ago

I cannot seem to get this animation to run using millis() instead of delays. Obviously a beginner.

atuline commented 6 years ago

It's can be a bit of a tricky thing, especially with a routine like this one with variable delay statement. In the meantime, I really should convert that along with any others over to use millis() one of these days.