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 7f241d3 commit 00effa6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/widalarmeta/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@
if (config.font == 0) {
require("FontTeletext10x18Ascii").add(Graphics);
} else if (config.font == 1) {
require("Font7x11Numeric7Seg").add(Graphics);
require("Font7x11Numeric7Seg").add(Graphics);
require("Font7x11Numeric7Seg").add(Graphics);
require("Font7x11Numeric7Seg").add(Graphics);
require("Font4x8Numeric").add(Graphics);
require("Font5x9Numeric7Seg").add(Graphics);
require("FontHaxorNarrow7x17").add(Graphics)
}
}
loadSettings();
Expand Down Expand Up @@ -88,9 +82,7 @@
if (config.font == 0) {
g.setFont("FontTeletext10x18Ascii");
} else if (config.font == 1) {
g.setFont("7x11Numeric7Seg:2x2");
g.setFont("5x9Numeric7Seg:2x2");
g.setFont("HaxorNarrow7x17");
} else {
// Default to this if no other font is set.
g.setFont("6x8:1x2");
Expand Down

0 comments on commit 00effa6

Please sign in to comment.