weatherclock v0.06

master
lunctis-viribus 2023-02-28 08:36:37 +01:00
parent da41134678
commit 6e4f6c69c0
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.