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

Fixed some typos

This commit is contained in:
2024-10-21 10:42:55 +02:00
parent 7cf5fb88e9
commit 4dedb1eadd
10 changed files with 26 additions and 26 deletions

View File

@@ -201,7 +201,7 @@ public:
getdisplay().setCursor(10, 65);
getdisplay().print("Bat.");
// Show batery type
// Show battery type
getdisplay().setTextColor(textcolor);
getdisplay().setFont(&Ubuntu_Bold8pt7b);
getdisplay().setCursor(90, 65);
@@ -218,7 +218,7 @@ public:
getdisplay().setFont(&Ubuntu_Bold16pt7b);
getdisplay().print("V");
// Show batery capacity
// Show battery capacity
getdisplay().setTextColor(textcolor);
getdisplay().setFont(&DSEG7Classic_BoldItalic20pt7b);
getdisplay().setCursor(10, 200);
@@ -392,4 +392,4 @@ PageDescription registerPageBattery2(
true // Show display header on/off
);
#endif
#endif