1
0
forked from me/IronOS

Move Zzz large line from translations to constants

This commit is contained in:
Ivan Zorin
2024-04-04 12:45:45 +03:00
parent 20bb895253
commit 9a46d98e37
38 changed files with 4 additions and 112 deletions

View File

@@ -45,7 +45,7 @@ OperatingMode gui_SolderingSleepingMode(const ButtonState buttons, guiContext *c
printVoltage();
OLED::print(SmallSymbolVolts, FontStyle::SMALL);
} else {
OLED::print(translatedString(Tr->SleepingSimpleString), FontStyle::LARGE);
OLED::print(LargeSymbolSleep, FontStyle::LARGE);
OLED::printNumber(tipTemp, 3, FontStyle::LARGE);
OLED::printSymbolDeg(FontStyle::EXTRAS);
}