Move time to the right, because the displays still have a sticker in the top left %-)

This commit is contained in:
Stefan `Sec` Zehl 2012-01-03 13:57:39 +01:00
parent 5e9e35910d
commit 6316af756b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ void m_time(void){
delayms(100);
while(1) {
lcdClear();
lcdPrint(" ");
tm= mygmtime(getSeconds());
lcdPrint(IntToStr(tm->tm_hour,2,F_LONG));
lcdPrint(":");