move date to right, so i can read it better

This commit is contained in:
Stefan `Sec` Zehl 2012-01-25 20:21:29 +01:00
parent 0142939508
commit f8e1227cff
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ void m_time(void){
lcdPrint(":");
lcdPrint(IntToStr(tm->tm_sec,2,F_LONG|F_ZEROS));
lcdNl();
lcdPrint(" ");
lcdPrint(IntToStr(tm->tm_mday,2,F_LONG));
lcdPrint(".");
lcdPrint(IntToStr(tm->tm_mon+1,2,0));