Question
Invalidate/redraw entire screen
I would like to trigger a complete redraw / invalidate of the current screen content.
So far I have only found https://community.st.com/s/question/0D53W00000Ug1dASAR/touchgfx-invalidateredraw-entire-viewscreen.
Calling view.getRootContainer().invalidate() in presenter also works.
However, since I need the redraw in all screens, the implementation in each individual presenter is not very smart.
I use partial frame buffers.
How can I trigger a redraw of the current screen from the model?
