View Single Post
Old 06-05-2008, 05:33 PM   #14 (permalink)
LedZepp
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

Quote:
Originally Posted by Huntsman85 View Post
Change...

String timeLeft = ts.ToString();

to

String timeLeft = ts.Hours.ToString() + " hrs " + ts.Minutes.ToString() + " mins " + ts.Seconds.ToString() + " secs";

This will cause less seziures
Your not supposed to be looking at the timer when your sleeping so it really doesnt matter.

Quote:
Originally Posted by bjmiller121
does the backlight stay lit while the music is playing?
It does but if you want i can program the middle button to hide the timer and therefore making the whole screen black.




LedZepp is offline   Reply With Quote