From fb88b185af5de12ab07e7388082f015096cb0c2d Mon Sep 17 00:00:00 2001 From: lunctis-viribus Date: Mon, 27 Feb 2023 20:16:44 +0100 Subject: [PATCH] weatherclock v0.06 --- apps/weatherClock/ChangeLog | 2 +- apps/weatherClock/lib.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/weatherClock/ChangeLog b/apps/weatherClock/ChangeLog index 4f66ce437..37ce11ab7 100644 --- a/apps/weatherClock/ChangeLog +++ b/apps/weatherClock/ChangeLog @@ -3,4 +3,4 @@ 0.03: Minor layout extra spaces. 0.04: Layout now compatible with Bangle.js 2. 0.05: Use weather condition code for icon selection. -0.06: Dev11-New settings to optionally hide elements. Images placed into functions for performance. +0.06: Dev12-New settings to optionally hide elements. Images placed into functions for performance. diff --git a/apps/weatherClock/lib.js b/apps/weatherClock/lib.js index 14ca77ec6..48a290824 100644 --- a/apps/weatherClock/lib.js +++ b/apps/weatherClock/lib.js @@ -158,7 +158,7 @@ exports.getColor = function(code) { */ exports.drawIcon = function(cond, x, y, r, ovr) { var palette; - var monochrome=1; + var monochrome=0; if(!ovr) { ovr = g; monochrome=0;