Timer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-04 3:05 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-04 4: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.
