Update GUIThread.cpp
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user