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

Changed 20pt Ubuntu font to 8bit in value pages

This commit is contained in:
2025-03-04 19:24:08 +01:00
parent 8439dcc18a
commit 5192e77fab
4 changed files with 15 additions and 15 deletions

View File

@@ -123,7 +123,7 @@ class PageTwoValues : public Page
// ############### Value 2 ################
// Show name
getdisplay().setFont(&Ubuntu_Bold20pt7b);
getdisplay().setFont(&Ubuntu_Bold20pt8b);
getdisplay().setCursor(20, 190);
getdisplay().print(name2); // Page name
@@ -143,7 +143,7 @@ class PageTwoValues : public Page
getdisplay().setCursor(50, 240);
}
else if(bvalue2->getFormat() == "formatTime" || bvalue2->getFormat() == "formatDate"){
getdisplay().setFont(&Ubuntu_Bold20pt7b);
getdisplay().setFont(&Ubuntu_Bold20pt8b);
getdisplay().setCursor(170, 215);
}
else{