master
Elfreda Kwawu 2024-04-15 23:14:55 -04:00
parent fb29c3d378
commit 26bce85bda
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function drawScreen(message) {
g.setFont('6x8', 2); g.setFont('6x8', 2);
g.drawString('No data', g.getWidth() / 2, g.getHeight() / 2 + 10); g.drawString('No data', g.getWidth() / 2, g.getHeight() / 2 + 10);
g.setFont('6x8', 1); g.setFont('6x8', 1);
g.drawString(message || 'Press button to start', g.getWidth() / 2, g.getHeight() / 2 + 30); g.drawString(message || 'Press button to start!', g.getWidth() / 2, g.getHeight() / 2 + 30);
} }
} }