mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Added boot-up screen menu option, boot-beeps option
This commit is contained in:
10
ui/menu.h
10
ui/menu.h
@ -87,11 +87,13 @@ enum
|
||||
MENU_SCREN
|
||||
};
|
||||
|
||||
extern bool gIsInSubMenu;
|
||||
extern const char MenuList[][7];
|
||||
|
||||
extern uint8_t gMenuCursor;
|
||||
extern int8_t gMenuScrollDirection;
|
||||
extern uint32_t gSubMenuSelection;
|
||||
extern bool gIsInSubMenu;
|
||||
|
||||
extern uint8_t gMenuCursor;
|
||||
extern int8_t gMenuScrollDirection;
|
||||
extern uint32_t gSubMenuSelection;
|
||||
|
||||
void UI_DisplayMenu(void);
|
||||
|
||||
|
Reference in New Issue
Block a user