Arduino menU-Ui magic 1.0
Arduino menu user interface library
|
#include <menu.h>
Public Member Functions | |
changeScreenMenuOption (screenMenu *menuDesti) | |
void | run () |
bool | refresh () |
![]() | |
menuOption () | |
menuOption (const char *text) | |
virtual void | run () |
virtual bool | refresh () |
virtual bool | pushRt () |
virtual bool | pushLt () |
Public Attributes | |
screenMenu * | _menuDesti |
![]() | |
char | text [menuTextArrayLength] |
bool | autoRefresh = true |
Utility menuoption used to change the displayed screenMenu, no need to customize or
changeScreenMenuOption::changeScreenMenuOption | ( | screenMenu * | menuDesti | ) |
constructor needs target screen to jump to
|
virtual |
called when autoRefresh is set here and screenMenu
Reimplemented from menuOption.
|
virtual |
to be called by menu
Reimplemented from menuOption.