#include <MenuScreen.h>
◆ MenuScreen()
MenuScreen::MenuScreen |
( |
BaseMenu * |
menu | ) |
|
◆ drawScreen()
Implement this method to draw the associated screen object on the specified display.
- Parameters
-
display | Pointer to the display object |
Implements ScreenInterface.
◆ handleUserConfirmationAction()
Implement this method to define what to do when user confirmation actions are performed.
- Parameters
-
action | UserConfirmationAction::[None|SingleClick|DoubleClick|LongPress] |
Implements ScreenInterface.
◆ handleUserSelectionAction()
void MenuScreen::handleUserSelectionAction |
( |
UserSelectionAction |
action, |
|
|
bool |
throttleInverted |
|
) |
| |
|
overridevirtual |
Implement this method to define what to do when user selection actions are performed.
- Parameters
-
action | UserSelectionAction::[None|Up|UpFaster|UpFastest|Down|DownFaster|DownFastest] |
Implements ScreenInterface.
◆ _menu
The documentation for this class was generated from the following files:
- /home/runner/work/DCCEXSimpleThrottle/DCCEXSimpleThrottle/MenuScreen.h
- /home/runner/work/DCCEXSimpleThrottle/DCCEXSimpleThrottle/MenuScreen.cpp