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