UserConfirmationAction
User confirmation action data types available.
Definition UserConfirmationInterface.h:23
UserSelectionAction
User selection action data types available.
Definition UserSelectionInterface.h:23
Interface class to abstract construction of what is displayed on screen from the physical implementat...
Definition DisplayInterface.h:29
Definition ErrorScreen.h:24
void handleUserSelectionAction(UserSelectionAction action, bool throttleInverted=false) override
Implement this method to define what to do when user selection actions are performed throttleInverted...
Definition ErrorScreen.cpp:25
void setErrorMessage(const char *errorMessage)
Set the error message to be displayed.
Definition ErrorScreen.cpp:29
const char * _errorMessage
Definition ErrorScreen.h:49
void drawScreen(DisplayInterface *display) override
Implement this method to draw the associated screen object on the specified display.
Definition ErrorScreen.cpp:27
void handleUserConfirmationAction(UserConfirmationAction action) override
Implement this method to define what to do when user confirmation actions are performed.
Definition ErrorScreen.cpp:23
ErrorScreen()
Constructor for the error screen.
Definition ErrorScreen.cpp:21
Definition ScreenInterface.h:27