Update app.js

pull/2721/head
ainegil 2023-05-03 21:22:32 +02:00 committed by GitHub
parent d314fe6c78
commit d36f4f3b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ let draw = function() {
var fsizeh = basesize * scaleh;
g.drawImage(moonimg,0,0);
g.setColor(0,0,0);
g.fillRect(0,175-32,175,175);
// g.reset().clearRect(Bangle.appRect); // clear whole background (w/o widgets)
g.setColor(1,1,1);
g.setFontAlign(1, 0).setFont("Vector",fsizeh).drawString(hour, x, y);