From 6316af756beeff1dbabb8d7e62d612287c1a33e4 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Tue, 3 Jan 2012 13:57:39 +0100 Subject: [PATCH] Move time to the right, because the displays still have a sticker in the top left %-) --- firmware/l0dable/dbgmesh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/l0dable/dbgmesh.c b/firmware/l0dable/dbgmesh.c index 5216cd2..a7040b7 100644 --- a/firmware/l0dable/dbgmesh.c +++ b/firmware/l0dable/dbgmesh.c @@ -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(":");