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

SPI for FastLED

This commit is contained in:
norbert-walter
2024-09-13 17:41:02 +02:00
parent 185bf91a7a
commit 91f8ba0e4d
4 changed files with 27 additions and 17 deletions

View File

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