1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

Fix pointer display and header layout improved

This commit is contained in:
2025-02-08 16:15:37 +01:00
parent 2a4c351c58
commit acf75495df
2 changed files with 4 additions and 4 deletions

View File

@@ -438,7 +438,7 @@ void displayHeader(CommonData &commonData, GwApi::BoatValue *date, GwApi::BoatVa
getdisplay().print(" ");
getdisplay().print(tz == 0 ? "UTC" : "LOT");
} else {
getdisplay().print("RTC invalid");
drawTextRalign(396, 15, "RTC invalid");
}
}
else if (timesource == "GPS") {
@@ -458,7 +458,7 @@ void displayHeader(CommonData &commonData, GwApi::BoatValue *date, GwApi::BoatVa
getdisplay().print("12:00 01.01.2024 LOT");
}
else{
getdisplay().print("No GPS data");
drawTextRalign(396, 15, "No GPS data");
}
}
} // timesource == "GPS"