weatherclock v0.06

master
lunctis-viribus 2023-02-25 18:11:13 +01:00
parent 4680ad7709
commit 9db41919f8
2 changed files with 3 additions and 1 deletions

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

View File

@ -156,6 +156,8 @@ function draw() {
queueDraw();
}
loadSettings();
g.clear();
Bangle.setUI("clock"); // Show launcher when middle button pressed
Bangle.loadWidgets();