1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-19 03:18:54 +02:00

Bug fix for SSD1309 OLED controllers

This commit is contained in:
pmantoine 2025-07-16 20:06:43 +08:00 committed by Harald Barth
parent d57f886efc
commit cc4c883f92

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;
} }