Merge pull request #556 from singintime/master

minionclk v0.04
pull/563/head
Gordon Williams 2020-09-14 07:43:25 +01:00 committed by GitHub
commit 1db63bd28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 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,8 @@ function startDrawing() {
hour = '';
minute = '';
date = '';
g.setColor(0x0000);
g.fillRect(0, 216, 240, 240);
g.drawImage(getBackground(), 0, 24, { scale: 2 });
Bangle.drawWidgets();
draw();