Why is the touchgfx screen refresh rate 60Hz? Is this fixed? Or does it change automatically, or can it be set manually? If it can be changed, where is it located?
Hardware :STM32F429 + LCD_1024*600Software: FreeRTOS + TouchGFX The system consists of two tasks, one LED task and one TouchGFX task.TouchGFX task mainly do a few simple interface, no complex interface drawing, the image resources are stored in ex...
When operating the scrollist widget on the capacitive touch screen controlled by the STM32F429, clicking works fine, but sliding is unresponsive,and so does the scrollwheel widget.Of course it is normal in the simulator! Also, when using the B...
Thank you for your reply.You said the article I read, did not see where to say this 60hz frame rate how to modify. Can you tell me how to modify it and exactly where?Also, the modified refresh rate has no effect on the frame rate, that is to say, the...
First of all, thank you for your reply.My other project uses the same hardware, the GUI uses emwin, and the various touch events such as clicking and sliding work fine!Now the phenomenon is that the various widget click events are normal, that is, th...