Update settingsGUI.cpp

This commit is contained in:
discip
2023-11-22 00:07:10 +01:00
committed by GitHub
parent cf8d6ee783
commit faf2c6733e

View File

@@ -842,10 +842,10 @@ static void displayLogoTime(void) {
OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
break;
case logoMode_t::ONETIME:
OLED::drawArea(OLED_WIDTH - 24 - 2, 0, 24, 16, infinityOnce);
OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, infinityOnce);
break;
case logoMode_t::INFINITY:
OLED::drawArea(OLED_WIDTH - 24 - 2, 0, 24, 16, infinityLoop);
OLED::drawArea(OLED_WIDTH - 16 - 2, 0, 16, 16, infinityLoop);
break;
default:
OLED::printNumber(getSettingValue(SettingsOptions::LOGOTime), 2, FontStyle::LARGE);