aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordiscip <[email protected]>2023-11-22 00:07:10 +0100
committerGitHub <[email protected]>2023-11-22 00:07:10 +0100
commitfaf2c6733ed4d48429f05a97ee5fa37c1de15364 (patch)
tree19729e78ee542700f1c122029a205c0c3def0de9
parentcf8d6ee78346f6e3dabc454cf79a2d41d64b16ee (diff)
downloadIronOS-faf2c6733ed4d48429f05a97ee5fa37c1de15364.tar.gz
IronOS-faf2c6733ed4d48429f05a97ee5fa37c1de15364.zip
Update settingsGUI.cpp
-rw-r--r--source/Core/Src/settingsGUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp
index c3208352..351c5266 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -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);