mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Test program for OBP60 with modyfied display update (slow and duble update )
This commit is contained in:
@@ -387,7 +387,9 @@ public:
|
||||
}
|
||||
|
||||
// Update display
|
||||
getdisplay().nextPage(); // Partial update (fast)
|
||||
while(getdisplay().nextPage()); // Partial update (fast)
|
||||
while(getdisplay().nextPage()); // Partial update (fast)
|
||||
while(getdisplay().nextPage()); // Partial update (fast)
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user