Update app.js

master
Andy Smy 2025-05-11 16:17:08 +01:00 committed by GitHub
parent cf6dabc259
commit c2a27a0ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -194,11 +194,11 @@ function countDown(dir) {
g.clear(1); // clear screen and reset graphics state
g.setFontAlign(1,0);
g.setFont("Vector",24); // vector font, 80px
g.drawString(wickets, 165, 10);
g.drawString(wickets, 165, 12);
g.setFontAlign(-1,0);
g.setFont("Vector",18); // vector font, 80px
var heartRateString = (heartRate > 0)? heartRate + " bpm": "";
g.drawString(battery + "% " + heartRateString, 2, 10);
g.drawString(battery + "% " + heartRateString, 2, 9);
g.setFontAlign(0,0);
g.setFont("Vector",48); // vector font, 80px
g.drawString(formatTimeOfDay(timeSig), g.getWidth()/1.89, 50);