I have written a code which can convert any Input Integer to equlivalent LED Display. I want to pass my system's time as an Input to this Function and get an LED Display for the same.
Example: Consider these 2 Inputs:
(system time = 10:12:00)
(system time = 11:10:04)
Problem:
The Screen Output should Overwrite the Previous Output for "10:12:00" with "11:10:04" such that the application user should get a feeling of an 'Inplace' Dynamic Display.
Requesting you to please provide some hint on how to achieve this in "C" Code. (My platform is GNU/Linux)
Thanks.
Best Regards,
Sandeep Singh