I need the clock to show 17:00 on the screen. I want the time to start at 16:59:00 and stop at 17:00:00 on the screen.
TIME
Comments
anzaaximm
-
????? Wait
Adam@Aximmetry
-
Hi anzaaximm,
If you want a hardcoded solution that counts from a fixed
start value to a fixed end value and then stops, recreate the following flow
graph in the Flow Editor:
Replace the Out signal of the default_video_2 module with the video signal you want to use as the background for the time image.
Set the Text pin values on the Text to Time
modules to 16:59:00 and 17:00:00, respectively.
All other pin values can remain at their defaults.
The timer will start when you trigger the Play pin of
the Timer module.
If you need a dynamic solution that uses the current time,
the setup is slightly more complex:
Warmest regards,
Adam