2024-08-07 02:45 AM
How do you create a graphical count-down timer in TouchGFX?
Are there any example custom widgets that implement a count-down timer that I am not already aware of?
It seems that the Model::tick() function's cycle time varies based on the LCD, so I am not sure that I can/want to rely on this for accurate timing.
I want to create something that is comparable to the accuracy/quality of the clock widget provided with TouchGFX.
2024-08-12 12:37 AM
Hello @Kneepatch,
TouchGFX is aiming for 60fps, so 60 ticks are equal to 1 second. You have an example you can draw inspiration from : Tutorial 3: Applications with Multiple Screens | TouchGFX Documentation.
I hope it helps.
Best regards,