diff --git a/src/graphics/Screen.h b/src/graphics/Screen.h index b845af1d4..efac6eeb5 100644 --- a/src/graphics/Screen.h +++ b/src/graphics/Screen.h @@ -38,7 +38,10 @@ class Screen void setFunctionSymbol(std::string) {} void removeFunctionSymbol(std::string) {} void startAlert(const char *) {} - void showOverlayBanner(String, uint32_t durationMs = 3000) {} + void showOverlayBanner(const char *message, uint32_t durationMs = 3000, uint8_t options = 0, + std::function bannerCallback = NULL, int8_t InitialSelected = 0) + { + } void setFrames(FrameFocus focus) {} void endAlert() {} };