Fix hours

pull/1945/head
pebl-hank 2022-06-11 23:08:03 +02:00 committed by GitHub
parent 7798f214a3
commit 1a3b8e5446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ function draw() {
//g.setFont(font, primaryTimeFontSize);
g.setFont("5x9Numeric7Seg",primaryTimeFontSize);
g.setColor("#22ff05");
g.drawString(`${doublenum(hours)}:${minutes}`, xyCenter-10, yposTime, true);
g.drawString(`${hours}:${minutes}`, xyCenter-10, yposTime, true);
// am / PM ?
if (_12hour){