forked from FOSS/BangleApps
weatherclock v0.06
parent
483503dc36
commit
fb88b185af
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue