Label Function to set Text Not Updating the Display Always

Yes , but normal simple way is use lvgl and update it in same thread, then you dont require any mutexxx. On other thread you handle special tasks and for example receive data store it , but don call lv show. Instead set some flag to true and in lvgl loop if true show new stored data…

1 Like