Hey everyone! I’m working on a project with an ESP32 module and an ILI9341 display, and I’m running into some memory-related issues. I’m trying to display a QR code from my Home Assistant instance, but it keeps causing the ESP32 to reboot with memory allocation errors. I’ve tried adjusting the heap size and optimizing the code, but no luck yet. Has anyone else encountered similar issues with PNG decoding on ESP32? Any tips or workarounds would be greatly appreciated! I’m also considering upgrading to a module with PSRAM, but I’d like to see if I can get it working with the current setup first. Thanks for your help!