Fix main menu UI showing in demo, add menu button (not functional yet)

This commit is contained in:
elasota
2020-10-25 16:32:49 -04:00
parent b983d11009
commit f2052b835b
7 changed files with 22 additions and 5 deletions

View File

@@ -369,7 +369,9 @@ namespace TouchScreenCtrlIDs
{
Bands,
BatteryHelium,
Movement,
Menu,
Movement, // Keep this last
Count,
@@ -432,6 +434,8 @@ namespace touchScreenControlGraphics
{
enum touchScreenControlGraphic
{
MenuActive,
MenuIdle,
BandsDisabled,
BandsActive,
BandsIdle,
@@ -451,7 +455,7 @@ namespace touchScreenControlGraphics
Count,
};
static const int kTouchScreenGraphicStartID = 1973;
static const int kTouchScreenGraphicStartID = 1971;
}
typedef touchScreenControlGraphics::touchScreenControlGraphic touchScreenControlGraphic_t;