Update app.js

master
Stefano Baldan 2020-09-05 00:00:48 +02:00 committed by GitHub
parent 028367d6ff
commit 19549476dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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