cancel
Showing results for 
Search instead for 
Did you mean: 

Timer

GMeur
Senior

Hello,

How can I simply implement a timer with TouchGFX ?

I haven't found any class to do so… Have I missed it ?

Thanks.

1 REPLY 1
Martin KJELDSEN
Chief III

Hi @GMeur​,

There are no timers in TouchGFX, per se. The ::tick() method on Model.cpp will be called every VSYNC (e.g. every 16.66 ms). You can use calls to tick() to determine your internal application timing and timeouts.