PDA

View Full Version : Updating time on an LCD display



d0z3y
February 17th, 2003, 05:42 AM
Hi
I am using the timetoString plugin to display the time on my LCD display and this updates after certain actions. Is there a way that I can have update automatically every second or every minute? I was thinking of using the timeserver, is this the right way to do it?

Thanks
d0z3y

Mark F
February 17th, 2003, 06:14 AM
I believe the timeserver would work fine for this.

Marsupial
February 17th, 2003, 03:27 PM
I can assure you that time server works fine.

used here

only problem is later on to learn events, time server generate events then at every seconds (for time update) so you're always late to press your remote.

you can plainly disable timeserver when configuring and then reactivate it.

d0z3y
February 19th, 2003, 09:56 AM
Thanks for the advice, the time server does indeed work very well! I've changed the update to 1 per minute which is fine in all respects.