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 6, 2024
1 parent 0b202b3 commit 0956c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/infoclk/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@
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('6x12:2')
//.setFont('6x12:2')
.setFont6x15(2)
.drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
}

Expand Down

0 comments on commit 0956c9c

Please sign in to comment.