diff options
author | Ben V. Brown <[email protected]> | 2022-02-05 12:34:08 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2022-02-05 12:34:08 +1100 |
commit | 513a2d66bb0196ab416ff3ccc614ecce51a9cd62 (patch) | |
tree | d9456345636cf44910f08eb4686ac66da6ab31de /source | |
parent | 3a32e88d5c7d9824b14a5891a2cb9bad24a54881 (diff) | |
download | IronOS-513a2d66bb0196ab416ff3ccc614ecce51a9cd62.tar.gz IronOS-513a2d66bb0196ab416ff3ccc614ecce51a9cd62.zip |
Always set cursor back to (0,0)
Diffstat (limited to 'source')
-rw-r--r-- | source/Core/Threads/GUIThread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/Threads/GUIThread.cpp b/source/Core/Threads/GUIThread.cpp index 84b4c7bd..debeffff 100644 --- a/source/Core/Threads/GUIThread.cpp +++ b/source/Core/Threads/GUIThread.cpp @@ -616,6 +616,7 @@ static void gui_solderingMode(uint8_t jumpToSleep) { printVoltage(); OLED::print(SymbolVolts, FontStyle::SMALL); } else { + OLED::setCursor(0, 0); // We switch the layout direction depending on the orientation of the oled if (OLED::getRotation()) { // battery |