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 0956c9c commit 5785774
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 @@ -356,7 +356,8 @@
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')
.setFont6x15(2)
//.setFont6x15(2)
.setFont('6x15:1')
.drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
}

Expand Down

0 comments on commit 5785774

Please sign in to comment.