And last question for the day:

And last question for the day:
Does someone have a nice library of 16x16 or 24x24 or 32x32 bitmaps that can be used for animations?
I’m not really planning on doing full blown video, but having nice little icon animations would be nice.
I looked for some 32x32 animated gifs (hard enough to find), but even there my main problem is that most use black and colors that just don’t render very well on neopixel arrays.
Then, it’s a fair amount of work to split the gifs into frames and then into bitmaps that get loaded one by one to try and animate.
I could of course spend more time with trial and error, but if someone has good examples they wouldn’t mind sharing, I’d love them :slight_smile:
Thanks.

There are some over on the SmartMatrix community:

And there’s n Arduino library for decoding animated GIFs: GitHub - pixelmatix/AnimatedGIFs

May not be exactly what you want, but try searching for “sprite sheets” which are used in pixel video games.

@Jason_Coon thanks for that library, very cool. I also found this https://github.com/MeULEDs (from https://blog.adafruit.com/2014/11/10/displaying-animated-gifs-onto-a-16-x-16-ws2812b-matrix/ ). Now that I have a very nice collection of 32x32 animations, let me try and find a nice one for 16x16

Was able to fix the MeULED code to convert animated gif
missing/deleted image from Google+

video:
missing/deleted image from Google+

Required fixes for 32x32 support: https://github.com/MeULEDs/MeU_Square_GIF_Converter_Teensy/issues/4

And yeah, sorry, this is not using FastLED (yet). I’m still going to look at how much work it is to provide NeoMatrix API with FastLED backend.

@Marc_MERLIN fixed: http://marc.merlins.org/perso/arduino/post_2018-07-13_AnimatedGIFs-for-SmartMatrix-or-NeoMatrix-Neopixel-WS2812B-from-SDcard-or-SPIFFS_-on-Teensy-3_x_-ESP8266_-or-ESP32.html