ESP32-S2 New Release: Awesome! and SPIFFS question #1528
Replies: 7 comments 7 replies
-
I suspect SPIFFS is not supported for the ESP32 S2 or there is an update to the IDE SPIFFS loader. I thnk that LittleFS is now preffered due to the higher perfomance. |
Beta Was this translation helpful? Give feedback.
-
I like the retro TV project! |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will look into LittleFS to see if there is a path to uploading files to serial FLASH memory. |
Beta Was this translation helpful? Give feedback.
-
https://forum.arduino.cc/t/uploading-littlefs-data-to-flash/664100 Ah... OK, will try it. |
Beta Was this translation helpful? Give feedback.
-
You can render the jpeg in a sprite then push the sprtie to the screen, a little example is here - ignore the rotation part: https://github.com/Bodmer/TFT_eSPI/blob/master/examples/Sprite/Rotated_Sprite_3/Rotated_Sprite_3.ino |
Beta Was this translation helpful? Give feedback.
-
Thank you! I will give it a try. Bill |
Beta Was this translation helpful? Give feedback.
-
A better thought: A JPEG decoder routine that decodes a section of the JPEG based on a call like this: Not sure any of this is possible with the JPEG structure, but if it was, this would be useful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Bodmer,
The new release for the ESP32-S2 works great with the WEMOS S2 Mini. Thank you very much!
One question:
Do you know of any way to upload data files to SPIFFS on ESP32-S2 based boards? "ESP32 Sketch Data Upload" in the Arduino IDE errors out when it finds the ESP32-S2 is being used.
Any thoughts or suggestions would be appreciated.
Thanks, Bill
Another use for your SPIFFS+JPEG example:
https://www.instructables.com/Enclosure-for-Your-TTGO-T-Display-Project/
Beta Was this translation helpful? Give feedback.
All reactions