BaseUI Show/Hide Frame Functionality (#7382)

* Rename System Frame (from Memory) in code base

* Create menu options to Show/Hide frames: Node Lists, Bearings, Position, LoRa, Clock and Favorites frames

* Move Region Picker into submenu

* Tweak wording for Send Position vs Node Info if the device has GPS
This commit is contained in:
Jason P
2025-08-28 11:23:24 -05:00
committed by Ben Meadors
parent c73fe85ec8
commit 953fcca304
7 changed files with 331 additions and 84 deletions

View File

@@ -39,11 +39,13 @@ class menuHandler
key_verification_final_prompt,
trace_route_menu,
throttle_message,
FrameToggles
};
static screenMenus menuQueue;
static void OnboardMessage();
static void LoraRegionPicker(uint32_t duration = 30000);
static void loraMenu();
static void handleMenuSwitch(OLEDDisplay *display);
static void showConfirmationBanner(const char *message, std::function<void()> onConfirm);
static void clockMenu();
@@ -77,6 +79,7 @@ class menuHandler
static void screenOptionsMenu();
static void powerMenu();
static void textMessageMenu();
static void FrameToggles_menu();
private:
static void saveUIConfig();