TouchGFX Create a Count-down Timer
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.
