1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-28 18:06:37 +01:00

Typo and formats for PageClock

This commit is contained in:
norbert-walter
2026-02-06 23:05:26 +01:00
parent 6b92a5e69c
commit fb2fbc85a4

View File

@@ -431,7 +431,8 @@ public:
int16_t textX = (static_cast<int16_t>(getdisplay().width()) - static_cast<int16_t>(wb)) / 2; int16_t textX = (static_cast<int16_t>(getdisplay().width()) - static_cast<int16_t>(wb)) / 2;
int16_t textY = centerY + hb / 2; int16_t textY = centerY + hb / 2;
getdisplay().setCursor(textX, textY); //getdisplay().setCursor(textX, textY);
getdisplay().setCursor(47, textY);
getdisplay().print(timeStr); getdisplay().print(timeStr);
// Selection marker (only visible when not running and POS pressed) // Selection marker (only visible when not running and POS pressed)
@@ -450,8 +451,8 @@ public:
// Page label // Page label
getdisplay().setFont(&Ubuntu_Bold16pt8b); getdisplay().setFont(&Ubuntu_Bold16pt8b);
getdisplay().setCursor(80, 70); getdisplay().setCursor(65, 70);
getdisplay().print("Count Dow Timer"); getdisplay().print("Count Down Timer");
} else if (mode == 'D') { } else if (mode == 'D') {
// DIGITAL CLOCK MODE: large 7-segment time based on GPS/RTC // DIGITAL CLOCK MODE: large 7-segment time based on GPS/RTC