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:
parent
d57f886efc
commit
cc4c883f92
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user