mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-08-18 10:22:31 +02:00
Fix crash with reboot (GwWifi + PageNavigation)
This commit is contained in:
committed by
norbert-walter
parent
a4b99fb619
commit
f3f20f40c7
@@ -316,6 +316,9 @@ inline void drawMonochromeBitmap(
|
||||
getdisplay().drawPixel(x + xx, y + yy, color);
|
||||
}
|
||||
}
|
||||
if ((yy & 0x0F) == 0) {
|
||||
yield();
|
||||
}
|
||||
}
|
||||
#else
|
||||
// E‑Paper: just hand over to driver (expects MSB‑first horizontal)
|
||||
|
||||
Reference in New Issue
Block a user