aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Core/Src/settingsGUI.cpp
diff options
context:
space:
mode:
authorIvan Zorin <[email protected]>2023-11-21 18:22:27 +0300
committerIvan Zorin <[email protected]>2023-11-21 18:22:27 +0300
commit7338a6865210313a5b820863b0f812c2e989fc00 (patch)
tree1692a51dc5a6c612a08124ccff2b1a4b3af59132 /source/Core/Src/settingsGUI.cpp
parenta02f8c8ae303034cb2a2d93bec4022616272dd67 (diff)
downloadIronOS-7338a6865210313a5b820863b0f812c2e989fc00.tar.gz
IronOS-7338a6865210313a5b820863b0f812c2e989fc00.zip
Use half of infinity logo as icon for one-time loop animation setting in the menu
Diffstat (limited to 'source/Core/Src/settingsGUI.cpp')
-rw-r--r--source/Core/Src/settingsGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp
index 8891f53e..c551e14d 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -842,7 +842,7 @@ static void displayLogoTime(void) {
OLED::print(translatedString(Tr->OffString), FontStyle::LARGE);
break;
case logoMode_t::ONETIME:
- OLED::printNumber(1, 3, FontStyle::LARGE);
+ OLED::drawArea((OLED_WIDTH - 24 - 2) + 12, 0, 24, 16, infinityIcon);
break;
case logoMode_t::INFINITY:
OLED::drawArea(OLED_WIDTH - 24 - 2, 0, 24, 16, infinityIcon);