ESP32-HUB75-MatrixPanel-DMA/examples/AnimatedGIFPanel_LittleFS
2024-07-28 22:00:45 +01:00
..
data/gifs Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
AnimatedGIFPanel_LittleFS.ino Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
README.md Clean-up and fix some examples 2024-07-28 22:00:45 +01:00

Animated GIF Decoding Example

Prerequisites

  1. The excellent 'AnimatedGIF' library by Larry Bank needs to be installed: https://github.com/bitbank2/AnimatedGIF

  2. The files in the 'data' folder are written to the ESP32's SPIFFS file system. In order to be able to do this using the Arduino 2.0 IDE, you need to install the ESP32 LittleFS plugin: https://github.com/lorol/arduino-esp32littlefs-plugin

Follow the instructions in the link to install the plugin: https://randomnerdtutorials.com/arduino-ide-2-install-esp32-littlefs/

Credits

https://github.com/bitbank2/AnimatedGIF