Open CoretechR opened 1 year ago
@CoretechR Which version of LVGL are you using?
@brentru Both the recommended version 8.2.0 as well as the latest version 8.3.9 show the same behavior.
you should not call lv_task_handler()
in loop
and all other calls to lv_...
functions should be guarded as described here https://github.com/adafruit/Adafruit_LvGL_Glue?tab=readme-ov-file#notes-for-esp32
With the latest version 2.1.6 of the Glue library, the ESP32 crashes while initialising LVGL (after calling glue.begin). I am using a Sparkfun ESP32 Thing which uses a ESP32-D0WDQ6.
I tested it with this modified example:
And I get this error:
Using version 2.1.4 the same code runs just fine. So I am assuming this has to do with the changes for the latest ESP32-x platforms.