What do you want to achieve?
I am experiencing memory exhaustion (DRAM) due to large UI assets. Since the application requires significant overhead for BLE, Wi-Fi, and Cloud connectivity, I need to optimize image handling to free up resources for these background services…
Is there any way i can push the exported images .c files to PSRAM ???
What have you tried so far?
- I tried to load images via SPIFFS but couldn’t get it working as lv_image_set_src couldn’t read the path.
- The macro EXT_RAM_BSS_ATTR doesn’t help, image doesn’t get displayed at runtime.
Others
- SquareLine Studio version: 1.5.4
- LVGL version: 9.2.2
- IDE: Espressif IDE
- MPU: ESP32-WROVER-B