From 2fe7872fd8cf3ea62386744eddee95ccf694fbe7 Mon Sep 17 00:00:00 2001 From: Marco Heiming Date: Fri, 28 Jan 2022 21:48:07 +0100 Subject: [PATCH] Fix drawing --- apps/circlesclock/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/circlesclock/app.js b/apps/circlesclock/app.js index be12342c1..79b2f7319 100644 --- a/apps/circlesclock/app.js +++ b/apps/circlesclock/app.js @@ -108,6 +108,7 @@ const defaultCircleTypes = ["steps", "hr", "battery", "weather"]; function draw() { + g.reset(true); if (!showWidgets) { /* * we are not drawing the widgets as we are taking over the whole screen