ZacckOsiemo
DIIDevHeads IoT Integration Server
•Created by te0 on 12/17/2024 in #firmware-and-baremetal
LVGL Memory Allocation Issues on ESP32 with esp_lcd
Have you checked that you have enough memory to allocate that? Perhaps check usage with something like
heap_caps_get_free_size
to see how much is used. You can also consider enabling LV_USE_ASSERT_MEM
in your lv_conf so you can discover what is actually happening with the memory9 replies