Managing Large Background Images on ESP32-S3 Using Filesystem without SD Card Due to Memory Constraints

What do you want to achieve?

I want to add more background images for my 10 screens, each with a resolution of 800x480. When I add these images directly in the Arduino file, I encounter a space error. I’d like to load the images using the filesystem (FS) instead of an SD card. I’ve been struggling with this issue for the past 13 days, so any examples or help would be greatly appreciated.

Let me know if you’d like suggestions on handling this issue as well!

What have you tried so far?

Screenshot or video

Others