diff --git a/apps/weather/lib.js b/apps/weather/lib.js index 3d5fe44fd..9bc8e0291 100644 --- a/apps/weather/lib.js +++ b/apps/weather/lib.js @@ -158,7 +158,7 @@ exports.getColor = function(code) { */ exports.drawIcon = function(cond, x, y, r, ovr) { var palette; - var monochrome = B2 ? 0 : 1; + var monochrome = 1; if(!ovr) { ovr = g; monochrome = 0; diff --git a/apps/weatherClock/ChangeLog b/apps/weatherClock/ChangeLog index 31b1d4993..75f1edfa4 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: Add settings menu to hide elements. Images placed into functions for performance. Use lib.js of weather app for drawing weather icons. WeatherClock icons now match weather conditions better. +0.06: Dev-Add settings menu to hide elements. Images placed into functions for performance. Use lib.js of weather app for drawing weather icons. WeatherClock icons now match weather conditions better.