mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Use half of infinity logo as icon for one-time loop animation setting in the menu
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user