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 4fe7b96 commit a03d4d4
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
@@ -1,5 +1,6 @@
{
const FONT = require('infoclk-font.js');
require("Font6x12").add(Graphics);

const storage = require("Storage");
const locale = require("locale");
Expand Down Expand Up @@ -353,7 +354,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', 16)
.setFont('6x12:1x2')
.drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
}

Expand Down

0 comments on commit a03d4d4

Please sign in to comment.