Save 68 bytes

This commit is contained in:
Armel FAUVEAU
2024-04-02 05:36:20 +02:00
parent 4276211ed9
commit 6171da9fd0
3 changed files with 52 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ void UI_DisplayWelcome(void)
UI_PrintStringSmallNormal(Version, 0, 127, 6);
#endif
ST7565_BlitStatusLine(); // blank status line
//ST7565_BlitStatusLine(); // blank status line : I think it's useless
ST7565_BlitFullScreen();
}
}