1
0
forked from me/IronOS

Clearing screen before showing settings reset alert

It's needed because as of now the alert overlaps the custom bootlogo
This commit is contained in:
Augusto Zanellato
2020-02-12 19:50:36 +01:00
committed by GitHub
parent e0cc415338
commit 6cd4bb9376

View File

@@ -699,6 +699,7 @@ void startGUITask(void const *argument __unused) {
if (settingsWereReset) {
//Display alert settings were reset
OLED::clearScreen();
OLED::setFont(1);
OLED::setCursor(0, 0);
OLED::print(SettingsResetMessage);