From 1961ed2a1a39ef991791198665e7003e08c64870 Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:48:25 +0100 Subject: [PATCH] Update app.js --- apps/contourclock/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/contourclock/app.js b/apps/contourclock/app.js index a5440845d..85692da60 100644 --- a/apps/contourclock/app.js +++ b/apps/contourclock/app.js @@ -10,6 +10,7 @@ if (settings.fontIndex==undefined) { function draw() { var date = new Date(); // Draw day of the week + g.setColor(g.theme.fg); g.setFont("Teletext10x18Ascii"); g.clearRect(0,138,g.getWidth()-1,176); g.setFontAlign(0,1).drawString(require("locale").dow(date).toUpperCase(),g.getWidth()/2,g.getHeight()-18);