Added TX Enable hidden menu item

This commit is contained in:
OneOfEleven
2023-09-19 09:16:57 +01:00
parent 7e7439bcb6
commit aeb22b7028
15 changed files with 51 additions and 23 deletions

3
main.c
View File

@@ -117,8 +117,9 @@ void Main(void)
// count the number of menu list items
while (MenuList[gMenuListCount][0] != 0)
gMenuListCount++;
// disable the N menu items
//gMenuListCount -= 6;
gMenuListCount -= 7;
gMenuListCount -= 8;
UI_DisplayWelcome();
BACKLIGHT_TurnOn();