2020-08-10 22:48:47 +02:00
|
|
|
## Animated GIF Decoding Example
|
2020-08-10 22:44:25 +02:00
|
|
|
|
2020-08-10 22:48:47 +02:00
|
|
|
### Prerequisites
|
2020-08-10 22:44:25 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
2. The files in the 'data' folder are written to the ESP32's SPIFFS file system.
|
|
|
|
|
2020-08-10 22:48:47 +02:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
https://github.com/bitbank2/AnimatedGIF
|