1
0
forked from me/IronOS

Update GUIThread.cpp

This commit is contained in:
discip
2021-10-28 19:48:14 +02:00
committed by GitHub
parent 6fe01721e7
commit 73bedf3981

View File

@@ -986,7 +986,7 @@ void startGUITask(void const *argument) {
if (OLED::getRotation()) { if (OLED::getRotation()) {
#endif #endif
// in right handed mode we want to draw over the first part // in right handed mode we want to draw over the first part
OLED::drawArea(55, 0, 41, 16, disconnectedTipIcon); OLED::drawArea(55, 0, 41, 16, disconnectedTipIconFlip);
} else { } else {
OLED::drawArea(0, 0, 41, 16, disconnectedTipIcon); OLED::drawArea(0, 0, 41, 16, disconnectedTipIcon);