Clean screen on startup

This commit is contained in:
Armel FAUVEAU
2024-03-21 03:20:58 +01:00
parent 7ed9889ef4
commit 582d54f5ad

View File

@@ -55,8 +55,8 @@ void UI_DisplayWelcome(void)
UI_DisplayClear(); UI_DisplayClear();
#ifdef ENABLE_FEAT_F4HWN #ifdef ENABLE_FEAT_F4HWN
//ST7565_BlitStatusLine(); // Uncoment me if more memory free ST7565_BlitStatusLine();
//ST7565_BlitFullScreen(); // Uncoment me if more memory free ST7565_BlitFullScreen();
if (gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_NONE || gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_SOUND) { if (gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_NONE || gEeprom.POWER_ON_DISPLAY_MODE == POWER_ON_DISPLAY_MODE_SOUND) {
ST7565_FillScreen(0x00); ST7565_FillScreen(0x00);