Hi, I have a problem redrawing the screen after changing the content. I am using FreeRTOS and TouchGFX runs in one task, and the modifications runs from a different task.The constructor of the screen adds all drawables to the screen object. But they ...