Hi,
I’m trying to port LVGL on a board with esp32-s3 and axs15321b display (QSPI)/touch driver(I2C).
I’m using LVGL 9.2.2 and esp_lvgl_port esp-idf 5.3.1 in ESP-IDE.
At the moment I have a firmware with LVGL that seems working, display shows and touch senses.
But I have problem during event widget refresh.
For example I have a code where I simply show a button with a callback on click event.
On first button display out, before any user interaction, the display shows the widget.
On click the rendering fails.
Here you have a screenshot before and after the “button100” press.
It seems something related to task concurrency in esp_lvgl_port library ?
Have you any suggestion where I could look at or something else to try?
Thanks to all of you.