Pastel: f_orbitron font module

master
hughbarney 2021-11-22 21:13:48 +00:00
parent d68bcf1ff1
commit ec7f9ac69d
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,8 @@ function loadSettings() {
//console.log(settings);
}
loadSettings();
// load font files based on settings.font
if (settings.font == "Architect")
require("f_artitect").add(Graphics);
@ -176,7 +178,6 @@ Bangle.on('lcdPower', function(on) {
draw();
});
loadSettings();
g.clear();
var secondInterval = setInterval(draw, 1000);
draw();