2019-02-04 03:05 AM
2019-02-04 04:53 AM
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.