From 513a2d66bb0196ab416ff3ccc614ecce51a9cd62 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 5 Feb 2022 12:34:08 +1100 Subject: [PATCH] Always set cursor back to (0,0) --- source/Core/Threads/GUIThread.cpp | 1 + 1 file changed, 1 insertion(+) 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