prenticedavid

Results 126 comments of prenticedavid

Your Tiny gif is difficult to see on a PC screen. I copied it to the data directory of the AnimatedGIFS_SD sketch. Uploaded to SPIFFS It was pretty small to...

That is a regular SD card holder. It takes monster SD cards. Or microSD with an Adapter. Connect to the SPI bus. Use a separate GPIO pin for SD_CS. The...

I have not done anything with this code for a long time. I am busy with other things. Please post a link to the **actual** screen that you have bought....

I am running the Adafruit_opt Branch on a Wemos D1 R1 with the same ST7789 display as you. There are several example GIF files in the sketch /data directory. You...

Either attach your GIF files or post links to the GIF files. Do you want to specify GIF files by name? Or just put the files into SPIFFS and let...

Your GIFs are not too big. They will fit in regular PROGMEM or in SPIFFS. The example sketch can display GIFs from SPIFFS, SD or PROGMEM. You can run for...

If you want help, post your code. And say how you want it to behave.

GIF animations vary. 1. draw a complete frame i.e. every pixel. 2. next frame draws a minimal rectangle i.e. where pixels have changed. 3. when drawing the changed frame there...

Sorry. I have been doing other things. I have not forgotten you. Both of your sample GIFs have substantial deltas. i.e. a lot of pixels change in each frame. My...

I will come back to you. I have ESP32 and TFT_eSPI. I have ST7735 SPI. I have SPIFFS. I have your sample GIFs. So I can try it for myself...