Update app.js

pull/1918/head
Dione Batista 2022-06-05 12:21:40 -03:00 committed by GitHub
parent f6dbc2b61d
commit a8a9eaad14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -106,7 +106,7 @@ function DrawClock() {
g.setFont("7x11Numeric7Seg", 3);
g.drawString(time, 70, 60);
g.setFont("8x12", 2);
g.drawString(DayMap[d.getDay()], 20, 130);
g.drawString(DayMap[d.getDay()], 18, 130);
g.setFont("8x12");
g.drawString(MonthMap[d.getMonth() - 1], 80, 126);
g.setFont("8x12", 2);
@ -174,8 +174,6 @@ Bangle.on("lock", (locked) => {
g.reset();
g.clear();
Bangle.setUI("clock");
Bangle.loadWidgets();
Bangle.drawWidgets();
DrawScene();
if (Bangle.isLocked()) {