Hi,
I’m using a LILYGO® TTGO T-Display ESP32 (http://www.lilygo.cn/prod_view.aspx?Id=1126) with 16MB flash size, and I need to display an animated GIF.
Without the GIF, my projects uses 1.003.306 bytes out of 1.835.008, but the GIF weighs 1.8MB, so it fails with error section '.flash.rodata' will not fit in region 'drom0_0_seg'
I guess I should change partiton size, but can’t find any info on this subject…
Any help would be appreciated.
/Marco
Processing esphome-the-sub (board: featheresp32; framework: arduino; platform: platformio/espressif32 @ 3.3.2)
------------------------------------------------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 16MB Flash
...
Linking .pioenvs/esphome-the-sub/firmware.elf
RAM: [= ] 13.4% (used 43796 bytes from 327680 bytes)
Flash: [===== ] 54.7% (used 1003306 bytes from 1835008 bytes)
Building .pioenvs/esphome-the-sub/firmware.bin
============================================= [SUCCESS] Took 35.00 seconds =============================================