Update app.js

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

View File

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