User Activity

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...
I implemented the sampleTouch function and so far it's possible to click a gui button. I tried touchgfx examples where you can press a button and it stays in pressed state. In my project every sampleTouch call gives a single touch event. Also drag is...