ZacckOsiemo
ZacckOsiemo
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 memory
9 replies