Using lvgl v9.1 with an embedded (400M ARM) system, the FreeRTOS thread for the LCD worker is what is triggering the menu clicks etc .
i have a situation now where I can get stuck in a long running process ( 10s of seconds potentially ) but need to change the screen to put up a message before that starts within the event and ideally make it dynamic as a progress update and then hide it all at the end
I know you’ll say shift that lot out into another thread but that doesn’t easily fit with how the rest of it works at present but is there a way to get the screen to refresh whilst deep in the indev event handling ?