Refactoring

This commit is contained in:
Armel FAUVEAU
2024-02-07 01:52:08 +01:00
parent fc4b82e1d5
commit 9691e9ab7b
4 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ void UI_DisplayWelcome(void)
UI_PrintString(WelcomeString1, 0, 127, 2, 10);
#ifdef ENABLE_FEAT_F4HWN
ST7565_Contrast();
ST7565_ContrastAndInv();
UI_PrintStringSmallNormal(Version, 0, 128, 5);
UI_PrintStringSmallNormal(Feat, 0, 128, 6);
#else