Question
Invalidated widgets flickering
We use TouchGfx with a STM32f769 on a custom board. There are many ui widgets like textarea, boxes and buttons. At first the display had a flicker problem. That was solved with just invalidating widgets that should update.
Now the problem is that if a single widget updated with .invaldate(), an other widget - which was previously invalidated - is suddenly flickering.
I found that this occurs with double buffering activated.
Any ideas that could help?
Thanks in advance.
