minionclk v0.04

master
singintime 2020-09-04 20:56:40 +02:00
parent b1fe7201c8
commit 028367d6ff
3 changed files with 3 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@
{ "id": "minionclk",
"name": "Minion clock",
"icon": "minionclk.png",
"version": "0.03",
"version": "0.04",
"description": "Minion themed clock.",
"tags": "clock,minion",
"type": "clock",

View File

@ -1,3 +1,4 @@
0.01: First release
0.02: Improved date readability, fixed drawing of widgets
0.03: Fixed rendering for Espruino v2.06
0.04: Fixed overlapped rendering of dates

View File

@ -56,6 +56,7 @@ function startDrawing() {
hour = '';
minute = '';
date = '';
g.clear();
g.drawImage(getBackground(), 0, 24, { scale: 2 });
Bangle.drawWidgets();
draw();