weatherclock v0.06
parent
4680ad7709
commit
9db41919f8
|
|
@ -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: New settings to (un)hide day of week, date and wind speed.
|
||||
0.06: Dev-New settings to (un)hide day of week, date and wind speed.
|
||||
|
|
|
|||
|
|
@ -156,6 +156,8 @@ function draw() {
|
|||
queueDraw();
|
||||
}
|
||||
|
||||
loadSettings();
|
||||
|
||||
g.clear();
|
||||
Bangle.setUI("clock"); // Show launcher when middle button pressed
|
||||
Bangle.loadWidgets();
|
||||
|
|
|
|||
Loading…
Reference in New Issue