1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-01-26 08:13:05 +01:00

PageOneValue: fix unit position

This commit is contained in:
Ulrich Meine
2026-01-11 17:07:27 +01:00
parent 86a078690a
commit cd3c99d509

View File

@@ -76,7 +76,7 @@ private:
nameXoff = -10;
nameYoff = -34;
nameFnt = &Ubuntu_Bold20pt8b;
unitXoff = 63;
unitXoff = -295;
unitYoff = -119;
unitFnt = &Ubuntu_Bold12pt8b;
valueFnt1 = &Ubuntu_Bold12pt8b;