1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Test program for OBP60 with modyfied display update (slow and duble update )

This commit is contained in:
norbert-walter
2024-08-16 17:18:34 +02:00
parent ff02bfecb0
commit e27de07af1
7 changed files with 31 additions and 17 deletions

View File

@@ -262,7 +262,8 @@ public:
}
// Update display
getdisplay().nextPage(); // Partial update (fast)
while(getdisplay().nextPage()); // Partial update (fast)
while(getdisplay().nextPage()); // Partial update (fast)
};
};