mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Fix avg display in voltage page
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
|||||||
// Show average settings
|
// Show average settings
|
||||||
getdisplay().setTextColor(textcolor);
|
getdisplay().setTextColor(textcolor);
|
||||||
getdisplay().setFont(&Ubuntu_Bold8pt7b);
|
getdisplay().setFont(&Ubuntu_Bold8pt7b);
|
||||||
getdisplay().setCursor(320, 100);
|
getdisplay().setCursor(320, 84);
|
||||||
switch (average) {
|
switch (average) {
|
||||||
case 0:
|
case 0:
|
||||||
getdisplay().print("Avg: 1s");
|
getdisplay().print("Avg: 1s");
|
||||||
|
|||||||
Reference in New Issue
Block a user