FastLED Demo Reel for BlinkStick

Saw a YouTube video that used the FastLED demo reel, liked it and wanted it on my own strip so I ported it to Python and the BlinkStick flex I have here. I think I got it down pretty well but it’s all floats instead of unsigned 8bit ints so that confuses things a little bit. Looks nice though.

https://www.youtube.com/watch?v=2FXs1arWMrE

1 Like

Oh one other change to the Rainbow and RainbowGlitter effects, instead of instantly cutting to the rainbow, or instantly removing the “glitter” effect, both now fade. They fade very quickly, but they fade.