Merge pull request #3813 from thyttan/edgeclk
edgeclk: Reset graphics before initial clearing of the screen.master
commit
7fde1e682d
|
|
@ -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.clear(1);
|
||||||
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