Skip to content

Commit

Permalink
Update widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miseler authored Jun 3, 2024
1 parent 0d18bc8 commit 81b5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widalarmeta/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
if (config.font == 0) {
g.setFont("FontTeletext10x18Ascii");
} else if (config.font == 1) {
g.setFont("7x11Numeric7Seg:1x2");
g.setFont("7x11Numeric7Seg:2x2");
} else {
// Default to this if no other font is set.
g.setFont("6x8:1x2");
Expand Down

0 comments on commit 81b5d4b

Please sign in to comment.