03-29-2018 08:38 AM
Hi there !
I would like to display the time as a digital clock in my project.
I managed to collect the hour, minutes and second and to display them, but how can I do to actualize the display every second ?
Thank you for your answers !
03-29-2018 09:01 AM
You can use a timer callback, see, e.g., here.
03-29-2018 10:11 AM
Or, you can use the clock example program: <samples>\utility\clock.cws