Skip to content

Commit b940af9

Browse files
author
thyttan
committed
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.
1 parent e34cd3d commit b940af9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/edgeclk/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
0.02: Fix reset of progress bars on midnight. Fix display of 100k+ steps.
33
0.03: Added option to display weather.
44
0.04: Added option to display live updates of step count.
5+
0.05: Reset graphics before initial clearing of the screen. Helps in some
6+
situations if using fastload utils.

apps/edgeclk/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
/* Startup Process
337337
------------------------------------------------------------------------------*/
338338

339-
g.clear();
339+
g.reset().clear();
340340
drawAll();
341341
startTimers();
342342
registerEvents();

apps/edgeclk/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "edgeclk",
33
"name": "Edge Clock",
44
"shortName": "Edge Clock",
5-
"version": "0.04",
5+
"version": "0.05",
66
"description": "Crisp clock with perfect readability.",
77
"readme": "README.md",
88
"icon": "app.png",

0 commit comments

Comments
 (0)