Refreshing a freezing digital clock on TFT

Hi all,
I have on ILI9341240x320 a program who run in 2 layers, and I add a clock to see the UTC time,on first layer.
All is ok, I can see it but the clock "freeze" after first second,
at first moving of encoder or when I touch the screen, time clock print the new value
how can I make to refresh it without any external action, to run normally ?
TNX in advance !

It's a coding issue for sure; please post your code and we may be able to spot the problem.

In general terms, you'd typically update the display in a function that's called regularly from the main loop.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.