edgeclk: Reset graphics before initial clearing of the screen.

Helps in some situations if using fastload utils where the graphics from
the previous app would not be cleared.
master
thyttan 2025-04-20 17:25:58 +02:00
parent e34cd3dcda
commit b940af9a34
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,5 @@
0.02: Fix reset of progress bars on midnight. Fix display of 100k+ steps. 0.02: Fix reset of progress bars on midnight. Fix display of 100k+ steps.
0.03: Added option to display weather. 0.03: Added option to display weather.
0.04: Added option to display live updates of step count. 0.04: Added option to display live updates of step count.
0.05: Reset graphics before initial clearing of the screen. Helps in some
situations if using fastload utils.

View File

@ -336,7 +336,7 @@
/* Startup Process /* Startup Process
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
g.clear(); g.reset().clear();
drawAll(); drawAll();
startTimers(); startTimers();
registerEvents(); registerEvents();

View File

@ -2,7 +2,7 @@
"id": "edgeclk", "id": "edgeclk",
"name": "Edge Clock", "name": "Edge Clock",
"shortName": "Edge Clock", "shortName": "Edge Clock",
"version": "0.04", "version": "0.05",
"description": "Crisp clock with perfect readability.", "description": "Crisp clock with perfect readability.",
"readme": "README.md", "readme": "README.md",
"icon": "app.png", "icon": "app.png",