Update README.md

This commit is contained in:
mrfaptastic 2020-08-10 21:48:47 +01:00 committed by GitHub
parent b973db14ee
commit be8259d872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,13 @@
=== Animated GIF Decoding Example === ## Animated GIF Decoding Example
==== Prerequisite ==== ### Prerequisites
1. The excellent 'AnimatedGIF' library by Larry Bank needs to be installed: https://github.com/bitbank2/AnimatedGIF 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. 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. 2. The files in the 'data' folder are written to the ESP32's SPIFFS file system.
## Credits
https://github.com/bitbank2/AnimatedGIF