Animated GIF stored in SD Card and played from SPIFFS on a Round Display (GC9A01) with the ESP32
This project demonstrates how to display animated GIFs on a round GC9A01 TFT display using an ESP32. It implements a workflow that reads GIF files from an SD card, copies them to internal SPIFFS storage for optimized access, and renders them using the AnimatedGIF and TFT_eSPI libraries.