_lv_inv_area: detected modifying dirty areas in render

What MCU/Processor/Board and compiler are you using?

esp32s3

What LVGL version are you using?

v8.3.0

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

As I add textbox and update text I get this error and after a while the app crashes

what is the problem ?

Hello,
Have you found the solution i have the same problem.
Thanks

You are calling lv_ functions from a thread(task) that is not LVGL

Can you please explain more.

Did you resolve this?

Have you looked at this:

Operating system

Hi
I’m having the same issue when updating text in a textbox on ESP32S3 with LVGL v8.3.0. Can someone explain more about why calling lv_ functions from another thread causes this? Any help would be great. Thanks.