mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-03-28 18:06:37 +01:00
Use placeholder from formatter for missing data text
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
epd->print(svalue4); // Value
|
||||
}
|
||||
else{
|
||||
epd->print("---"); // Value
|
||||
epd->print(commonData->fmt->placeholder);
|
||||
}
|
||||
epd->setFont(&Ubuntu_Bold12pt8b);
|
||||
epd->setCursor(335, 95);
|
||||
|
||||
Reference in New Issue
Block a user