Incorporate @thyttan commit

Incorporate 5b1b3553c5
pull/2145/head
deirdreobyrne 2022-09-23 20:36:32 +01:00
parent bb823639d5
commit 181157eedf
3 changed files with 5 additions and 3 deletions

View File

@ -3,4 +3,5 @@
0.03: Internationalisation; bug fix - battery icon responds promptly to charging state 0.03: Internationalisation; bug fix - battery icon responds promptly to charging state
0.04: bug fix 0.04: bug fix
0.05: proper fix for the race condition in queueDraw() 0.05: proper fix for the race condition in queueDraw()
0.06: Better battery graphic - now has green, yellow and red sections; battery status reflected in the bar across the middle of the screen; better handling of locale 0.06: Tell clock widgets to hide.
0.07: Better battery graphic - now has green, yellow and red sections; battery status reflected in the bar across the middle of the screen; better handling of locale

View File

@ -110,7 +110,8 @@ Bangle.on('charging', (charging) => {
draw(); draw();
}); });
Bangle.setUI("clock");
Bangle.loadWidgets(); Bangle.loadWidgets();
draw(); draw();
Bangle.setUI("clock");

View File

@ -1,7 +1,7 @@
{ "id": "bigdclock", { "id": "bigdclock",
"name": "Big digit clock containing just the essentials", "name": "Big digit clock containing just the essentials",
"shortName":"Big digit clk", "shortName":"Big digit clk",
"version":"0.06", "version":"0.07",
"description": "A clock containing just the essentials, made as easy to read as possible for those of us that need glasses. It contains the time, the day-of-week, the day-of-month, and the current battery state-of-charge.", "description": "A clock containing just the essentials, made as easy to read as possible for those of us that need glasses. It contains the time, the day-of-week, the day-of-month, and the current battery state-of-charge.",
"icon": "bigdclock.png", "icon": "bigdclock.png",
"type": "clock", "type": "clock",