diff options
author | Ben V. Brown <[email protected]> | 2022-02-05 13:11:15 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2022-02-05 13:11:15 +1100 |
commit | 0fcde2806dc12486663b16290efa8e9fa5408586 (patch) | |
tree | 467a5d028ab2ec4fea48cb07dc5b1107c4a76ee0 /source | |
parent | 471c4513bb57d56af37ba054e5a3a8d860bb997d (diff) | |
download | IronOS-0fcde2806dc12486663b16290efa8e9fa5408586.tar.gz IronOS-0fcde2806dc12486663b16290efa8e9fa5408586.zip |
Update GUIThread.cpp
Diffstat (limited to 'source')
-rw-r--r-- | source/Core/Threads/GUIThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Threads/GUIThread.cpp b/source/Core/Threads/GUIThread.cpp index 405cddb1..940cde55 100644 --- a/source/Core/Threads/GUIThread.cpp +++ b/source/Core/Threads/GUIThread.cpp @@ -545,6 +545,7 @@ static void gui_solderingMode(uint8_t jumpToSleep) { OLED::setCursor(-1, 0); } OLED::clearScreen(); + OLED::setCursor(0, 0); // Draw in the screen details if (getSettingValue(SettingsOptions::DetailedSoldering)) { gui_drawTipTemp(true, FontStyle::LARGE); @@ -587,7 +588,6 @@ 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 |