Skip to content

Commit

Permalink
Merge pull request #1208 from Ralim/rework
Browse files Browse the repository at this point in the history
Fix lefty mode again
  • Loading branch information
Ralim authored Feb 5, 2022
2 parents 471c451 + 0fcde28 commit 0462597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Threads/GUIThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0462597

Please sign in to comment.