mirror of https://github.com/espruino/BangleApps
Pastel: added cycle through info items to bottom of screen
parent
469c329640
commit
cbb38ec1ce
|
@ -145,12 +145,10 @@ function draw() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings.date) {
|
|
||||||
g.setFontLatoSmall();
|
g.setFontLatoSmall();
|
||||||
g.setFontAlign(0, -1);
|
g.setFontAlign(0, -1);
|
||||||
g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24);
|
g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Only update when display turns on
|
// Only update when display turns on
|
||||||
if (process.env.BOARD!="SMAQ3") // hack for Q3 which is always-on
|
if (process.env.BOARD!="SMAQ3") // hack for Q3 which is always-on
|
||||||
|
|
Loading…
Reference in New Issue