From 753ff272ccab1a1c918c0e64f46c77be052b0201 Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Fri, 24 Jun 2022 17:51:45 +0100 Subject: [PATCH] shimmy date along a bit --- apps/macwatch2/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/macwatch2/app.js b/apps/macwatch2/app.js index 7b8b9e4fb..c8add1c5f 100644 --- a/apps/macwatch2/app.js +++ b/apps/macwatch2/app.js @@ -22,7 +22,7 @@ function draw() { g.drawString(mi, 132, 65, true); g.drawString(':', 93,65); g.setFontCustom(font, 48, 8, 521); - g.drawString(dd + ':' + mo + ':' + yy, 88, 120, true); + g.drawString(dd + ':' + mo + ':' + yy, 90, 120, true); } // handle switch display on by pressing BTN1