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);
|
delayms(100);
|
||||||
while(1) {
|
while(1) {
|
||||||
lcdClear();
|
lcdClear();
|
||||||
|
lcdPrint(" ");
|
||||||
tm= mygmtime(getSeconds());
|
tm= mygmtime(getSeconds());
|
||||||
lcdPrint(IntToStr(tm->tm_hour,2,F_LONG));
|
lcdPrint(IntToStr(tm->tm_hour,2,F_LONG));
|
||||||
lcdPrint(":");
|
lcdPrint(":");
|
||||||
|
|
Loading…
Reference in New Issue