ESP32-HUB75-MatrixPanel-DMA/examples/AnimatedGIFPanel
mrfaptastic f279d49103 move min_refresh_rate to core config
Can only be setup on initisation of the library. Moving to a start-up configuration variable like the others.
2021-02-22 12:13:31 +00:00
..
data/gifs Fix bug with fillScreen and re-implement colour correction 2020-08-11 20:44:47 +01:00
AnimatedGIFPanel.ino move min_refresh_rate to core config 2021-02-22 12:13:31 +00:00
README.md Update README.md 2020-08-10 21:48:47 +01:00

Animated GIF Decoding Example

Prerequisites

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

This is available via the Arduino Library manager, or can be placed in the 'libs' directory with PlatformIO.

  1. The files in the 'data' folder are written to the ESP32's SPIFFS file system.

Credits

https://github.com/bitbank2/AnimatedGIF