From f7fa1903af33be05b4b6a0810daa9392e8349328 Mon Sep 17 00:00:00 2001 From: Clayton Rogers Date: Sun, 8 Aug 2021 17:07:10 -0400 Subject: [PATCH] Delete unused fast menu --- src/Watchy.cpp | 29 ----------------------------- src/Watchy.h | 1 - 2 files changed, 30 deletions(-) diff --git a/src/Watchy.cpp b/src/Watchy.cpp index 8596990..eddadc5 100644 --- a/src/Watchy.cpp +++ b/src/Watchy.cpp @@ -235,35 +235,6 @@ void Watchy::showMenu(byte menuIndex, bool partialRefresh){ guiState = MAIN_MENU_STATE; } -void Watchy::showFastMenu(byte menuIndex){ - display.setFullWindow(); - display.fillScreen(GxEPD_BLACK); - display.setFont(&FreeMonoBold9pt7b); - - int16_t x1, y1; - uint16_t w, h; - int16_t yPos; - - const char *menuItems[] = {"Check Battery", "Vibrate Motor", "Show Accelerometer", "Set Time", "Setup WiFi", "Update Firmware"}; - for (int i=0; i