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

@@ -98,7 +98,7 @@ class PageFourValues2 : public Page
// ############### Value 1 ################
// Show name
getdisplay().setFont(&Ubuntu_Bold20pt7b);
getdisplay().setFont(&Ubuntu_Bold20pt8b);
getdisplay().setCursor(20, 55);
getdisplay().print(name1); // Page name
@@ -146,7 +146,7 @@ class PageFourValues2 : public Page
// ############### Value 2 ################
// Show name
getdisplay().setFont(&Ubuntu_Bold20pt7b);
getdisplay().setFont(&Ubuntu_Bold20pt8b);
getdisplay().setCursor(20, 145);
getdisplay().print(name2); // Page name