2022-08-02 10:49 PM
hello,
I am trying to run the project created with TouchGFX in STM32H735D-GK.
It seems that the operation period of void Model::tick() of Medel.cpp is longer than 10ms instead of 10ms.
What exactly is the operation cycle of Medel.cpp's void Model::tick()?
And is it possible to set the operation cycle? I would like to know.
thank.
2022-08-03 12:12 PM
I mean in normal operation is synced with VSYNC = framerate, based on mode for your display.
For example around 60Hz = 16.67ms, but perfect calc need use dot clock ...