Pastel: added cycle through info items to bottom of screen

pull/932/head
hughbarney 2021-11-24 20:18:29 +00:00
parent 469c329640
commit cbb38ec1ce
1 changed files with 3 additions and 5 deletions

View File

@ -145,11 +145,9 @@ function draw() {
}
}
if (settings.date) {
g.setFontLatoSmall();
g.setFontAlign(0, -1);
g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24);
}
g.setFontLatoSmall();
g.setFontAlign(0, -1);
g.drawString((infoData[infoMode].calc()), w/2, h - 24 - 24);
}
// Only update when display turns on