Pastel: f_orbitron font module
parent
d68bcf1ff1
commit
ec7f9ac69d
|
|
@ -61,6 +61,8 @@ function loadSettings() {
|
||||||
//console.log(settings);
|
//console.log(settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
loadSettings();
|
||||||
|
|
||||||
// load font files based on settings.font
|
// load font files based on settings.font
|
||||||
if (settings.font == "Architect")
|
if (settings.font == "Architect")
|
||||||
require("f_artitect").add(Graphics);
|
require("f_artitect").add(Graphics);
|
||||||
|
|
@ -176,7 +178,6 @@ Bangle.on('lcdPower', function(on) {
|
||||||
draw();
|
draw();
|
||||||
});
|
});
|
||||||
|
|
||||||
loadSettings();
|
|
||||||
g.clear();
|
g.clear();
|
||||||
var secondInterval = setInterval(draw, 1000);
|
var secondInterval = setInterval(draw, 1000);
|
||||||
draw();
|
draw();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue