From be8259d872ccb7db96d435f24cc687647597cc1b Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 10 Aug 2020 21:48:47 +0100 Subject: [PATCH] Update README.md --- examples/AnimatedGIFPanel/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/AnimatedGIFPanel/README.md b/examples/AnimatedGIFPanel/README.md index aa55689..63ff899 100644 --- a/examples/AnimatedGIFPanel/README.md +++ b/examples/AnimatedGIFPanel/README.md @@ -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 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. + +## Credits + +https://github.com/bitbank2/AnimatedGIF