Move time to the right, because the displays still have a sticker in the top left %-)
This commit is contained in:
parent
5e9e35910d
commit
6316af756b
|
@ -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(":");
|
||||
|
|
Loading…
Reference in New Issue