1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-21 12:28:55 +02:00

Bug fix for SSD1309 OLED controllers

This commit is contained in:
pmantoine 2025-07-16 20:06:43 +08:00
parent 4d8ee2322a
commit 143c62d6a6

View File

@ -188,6 +188,7 @@ Display *Display::loop2(bool force) {
#endif #endif
noMoreRowsToDisplay = false; noMoreRowsToDisplay = false;
slot = 0; slot = 0;
_deviceDriver->setRowNative(slot); // Set position for display
lastScrollTime = currentMillis; lastScrollTime = currentMillis;
return NULL; return NULL;
} }