Fixup oled drawing for fill area

This commit is contained in:
Ben V. Brown
2024-04-03 18:28:44 +11:00
parent ccdbc8029f
commit 2450b65229
2 changed files with 8 additions and 13 deletions

View File

@@ -49,7 +49,6 @@ void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
}
} else {
// Draw in missing tip symbol
if (OLED::getRotation()) {
// in right handed mode we want to draw over the first part
OLED::drawArea(54, 0, 56, 32, disconnectedTipF);