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
parent
e34cd3dcda
commit
b940af9a34
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -336,7 +336,7 @@
|
||||||
/* Startup Process
|
/* Startup Process
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
g.clear();
|
g.reset().clear();
|
||||||
drawAll();
|
drawAll();
|
||||||
startTimers();
|
startTimers();
|
||||||
registerEvents();
|
registerEvents();
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue