Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement optional looping for animated boot logo [#1839] #1841

Merged
merged 17 commits into from
Nov 23, 2023
Merged
Prev Previous commit
Next Next commit
Use half of infinity logo as icon for one-time loop animation setting…
… in the menu
  • Loading branch information
ia committed Nov 21, 2023
commit 7338a6865210313a5b820863b0f812c2e989fc00
2 changes: 1 addition & 1 deletion source/Core/Src/settingsGUI.cpp
Original file line number Diff line number Diff line change
@@ -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);