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

@@ -910,12 +910,12 @@ void UI_DisplayMenu(void)
case MENU_SET_CTR:
sprintf(String, "%d", gSubMenuSelection);
gSetting_set_ctr = gSubMenuSelection;
ST7565_Contrast();
ST7565_ContrastAndInv();
break;
case MENU_SET_INV:
strcpy(String, gSubMenu_OFF_ON[gSubMenuSelection]);
ST7565_Contrast();
ST7565_ContrastAndInv();
break;
#endif