Always set cursor back to (0,0)
This commit is contained in:
@@ -616,6 +616,7 @@ static void gui_solderingMode(uint8_t jumpToSleep) {
|
|||||||
printVoltage();
|
printVoltage();
|
||||||
OLED::print(SymbolVolts, FontStyle::SMALL);
|
OLED::print(SymbolVolts, FontStyle::SMALL);
|
||||||
} else {
|
} else {
|
||||||
|
OLED::setCursor(0, 0);
|
||||||
// We switch the layout direction depending on the orientation of the oled
|
// We switch the layout direction depending on the orientation of the oled
|
||||||
if (OLED::getRotation()) {
|
if (OLED::getRotation()) {
|
||||||
// battery
|
// battery
|
||||||
|
|||||||
Reference in New Issue
Block a user