1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

Fix black background

This commit is contained in:
Norbert Walter
2026-03-01 16:36:20 +00:00
parent 44b318ea0c
commit 8cd193f2fc
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -494,7 +494,6 @@ inline void displayFirstPage() {
inline void displayNextPage() {
#ifdef DISPLAY_ST7796
if (initDisplayShadowBuffer()) {
getpaneldisplay().fillRect(0, 0, 480, 320, GxEPD_BLACK);
getdisplay().pushSprite(0, 0);
}
#else