From a55cf416ede034d1aa933687fa38d8526f13d913 Mon Sep 17 00:00:00 2001 From: czeppi Date: Mon, 3 Mar 2025 09:13:47 +0100 Subject: [PATCH] change background color back to black again --- apps/cc_clock24/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cc_clock24/app.js b/apps/cc_clock24/app.js index b1a4dd3f8..7c7931c0e 100644 --- a/apps/cc_clock24/app.js +++ b/apps/cc_clock24/app.js @@ -143,7 +143,7 @@ const queueDraw = function() { const draw = function() { // draw black rectangle in the middle to clear screen from scale and hands - g.setColor(0, 1, 1); + g.setColor(0, 0, 0); g.fillRect(10, 10, 2 * center.x - 10, 2 * center.x - 10); // prepare for drawing the text g.setFontAlign(0, 0);