beyondscreen / node-rpi-ws281x-native

native bindings to drive WS2811 (or WS2812) LED-Controllers on a Raspberry Pi
MIT License
224 stars 101 forks source link

Has anyone tried running a gif using this library? #126

Open PurnimaNaik opened 2 years ago

PurnimaNaik commented 2 years ago

I am trying to run an animation sequence that does not rely on setInterval or setTimeout since they are not reliable. I want to just plug in a gif and have it render for the duration of its animation. Is this possible?