Use half of infinity logo as icon for one-time loop animation setting in the menu

This commit is contained in:
Ivan Zorin
2023-11-21 18:22:27 +03:00
parent a02f8c8ae3
commit 7338a68652

View File

@@ -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);