Merge pull request #3813 from thyttan/edgeclk

edgeclk: Reset graphics before initial clearing of the screen.
master
thyttan 2025-04-28 22:28:02 +02:00 committed by GitHub
commit 7fde1e682d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.clear(1);
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",