atuline / FastLED-Demos

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

Updated lightnings to be less blocking #18

Closed PanMan closed 7 years ago

PanMan commented 7 years ago

I wanted to use this pattern as part of a larger program where I switch between patterns with a button, and as such needed it to be less blocking(there still are some small delays). I rewrote it so other things can happen in de loop (such as checking for buttons). Thanks for the effect!

atuline commented 7 years ago

Thanks for the update. I hadn't really spent much time on this one as I've been focusing on noise related routines.

PanMan commented 7 years ago

Thanks for the examples!

atuline commented 7 years ago

My pleasure.