Skip to content

Commit

Permalink
Use half of infinity logo as icon for one-time loop animation setting…
Browse files Browse the repository at this point in the history
… in the menu
  • Loading branch information
ia committed Nov 21, 2023
1 parent a02f8c8 commit 7338a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Src/settingsGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7338a68

Please sign in to comment.