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 1c14fb8 commit 0e8589b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/infoclk/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
const FONT = require('infoclk-font.js');
require("Font6x15").add(Graphics);

require("HaxorNarrow7x17").add(Graphics);
const storage = require("Storage");
const locale = require("locale");
const weather = require('weather');
Expand Down Expand Up @@ -357,8 +357,7 @@
//.setFont('Vector', getFontSize(string.length, g.getWidth(), 6, DATE_LETTER_HEIGHT))
//.setFont('6x12:2')
//.setFont6x15(2)
.setFont('6x15:2');
g.drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
.setFont('HaxorNarrow7x17:2').drawString(string, g.getWidth() / 2, DOW_DATE_CENTER_Y);
}

drawBottomText();
Expand Down

0 comments on commit 0e8589b

Please sign in to comment.