Is there something like a collection of some single stripe animations which i can use out of the box? To be honest i don’t wan’t to put alot effort into writing a animation if they are available out of the box. Exept for one which will be the starting sequence… and probably one or two more later…
Theres a program that uses fastLED which uses about 50 different animations. You may have to work on them a bit but thats where i got most of my patterns from
@Cristian_Martinez Hi thanks yeah its something like that i was looking for… i would hoped for a more generic implementation but its fine to start from thanks…
its a nice example collection but again hard to understand what is what… and i really just d like to do stuff like in the first example… read a button and play the next set of animation if button is pressed. for that i was expecting a class with some static or nonstatic methods which takes a array of led and a starting point and a endpoint from where to where it should play its animation.
@Cristian_Martinez the code you linked to is meant for a circular display.
Therefore some of the animations (radiation, pac man etc) will not look anything like the original author intended on a regular linear strip or string of pixels.
I thought i would point this out, just in case a non programming FastLED newbie stumbles across this thread.
@Stuart_Taylor , @Cristian_Martinez
Somewhere a better set for linear patterns? Thats somehow anoying to always figure out for what the Algorithmen is build…