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:
@@ -76,7 +76,7 @@ private:
|
|||||||
nameXoff = -10;
|
nameXoff = -10;
|
||||||
nameYoff = -34;
|
nameYoff = -34;
|
||||||
nameFnt = &Ubuntu_Bold20pt8b;
|
nameFnt = &Ubuntu_Bold20pt8b;
|
||||||
unitXoff = 63;
|
unitXoff = -295;
|
||||||
unitYoff = -119;
|
unitYoff = -119;
|
||||||
unitFnt = &Ubuntu_Bold12pt8b;
|
unitFnt = &Ubuntu_Bold12pt8b;
|
||||||
valueFnt1 = &Ubuntu_Bold12pt8b;
|
valueFnt1 = &Ubuntu_Bold12pt8b;
|
||||||
|
|||||||
Reference in New Issue
Block a user