Add onboard message for devices with screens (#7655)

* Add onboard message for devices with screens

* Add message for TFT
This commit is contained in:
Jonathan Bennett
2025-08-17 05:55:00 -05:00
committed by GitHub
parent c64c196778
commit d538ad170c
4 changed files with 33 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ class menuHandler
enum screenMenus {
menu_none,
lora_picker,
no_timeout_lora_picker,
TZ_picker,
twelve_hour_picker,
clock_face_picker,
@@ -41,6 +42,7 @@ class menuHandler
};
static screenMenus menuQueue;
static void OnboardMessage();
static void LoraRegionPicker(uint32_t duration = 30000);
static void handleMenuSwitch(OLEDDisplay *display);
static void showConfirmationBanner(const char *message, std::function<void()> onConfirm);