weatherclock v0.06
parent
da41134678
commit
6e4f6c69c0
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue