mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Fix main menu UI showing in demo, add menu button (not functional yet)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user