Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miseler authored May 5, 2024
1 parent e3415e5 commit 64faf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infoclk/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
let string = getWeatherString();
g.clearRect(0, SECONDS_TOP, g.getWidth(), SECONDS_TOP + DIGIT_HEIGHT)
//.setFont('Vector', getFontSize(string.length, g.getWidth(), 6, DATE_LETTER_HEIGHT))
.setFont('Vector', 20)
.setFont('Vector', 19)
.drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
}

Expand Down

0 comments on commit 64faf04

Please sign in to comment.