pushImage from SPIFFS #1430
Replies: 3 comments 1 reply
-
The TFT_SPIFS_BMP example displays BMP files stored in SPIFFS. Bitmaps on SD card can also be read. pushImage can only be used once the image is in RAM (or PSRAM for ESP32). |
Beta Was this translation helpful? Give feedback.
-
Thank you, I tested the BMP example and works, but SPIFFS is a bit slow and I've checked that with LittleFS is much better pushImage is faster but the space in flash is limited |
Beta Was this translation helpful? Give feedback.
-
You can use pushImage to copy a FLASH array direct to the TFT, but I guess you realise that from the examples. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On a ESP32 is possible to store bitmap images data to use with pushImage function in SPIFFS or FAT instead of flash?
Beta Was this translation helpful? Give feedback.
All reactions