ESP32-GifPlayer
ESP32-GifPlayer copied to clipboard
GIF player Demo for M5Stack, Odroid-GO, ESP32-Wrover-Kit, LoLinD32-Pro, D-Duino32-XS, and more...
ESP32-GifPlayer
GIF player Demo for M5Stack, Odroid-GO, ESP32-Wrover-Kit, LoLinD32-Pro, D-Duino32-XS, and more...
This sketch will open the SD card and queue all files found in the /gif/ folder then play them in an endless loop.
Depends on the following libraries (all of them available from the Arduino Library Manager):
Deploying GIFs manually:
- Create a "gif" folder on the root of your SD Card
- Copy your GIF files in the /gif folder
- Run the sketch
Deploying GIFs automatically:
- Run any WiFi example sketch to connect your ESP32 to your WiFi router (make sure the connection is successful)
- Edit the value of
GIF_ARCHIVE_URLin `gifdownloader.h' to match the URL to your .tar.gz GIFs archive (must contain a /gif/ folder too) - Run the sketch
- Wait for the download
- Wait for the unpacking
- Wait for the unzipping
loosely coded by @tobozo for @bitbank2