Arduino menU-Ui magic 1.0
Arduino menu user interface library
|
here are the menuSystemOverTty object and it's friends. More...
Go to the source code of this file.
Classes | |
class | menuOption |
class | menuOptionOnOff |
class | menuOptionRangeValue |
class | changeScreenMenuOption |
class | screenMenu |
class | menu |
Macros | |
#define | screenMenuMax 4 |
#define | menuTextArrayLength 40 |
#define | menuOptionsMax 7 |
#define | displayMenuOptionsDefault 4 |
#define | menuTextLength (menuTextArrayLength-1) |
Variables | |
menu | menuSystemOverTty |
menu * | menuSystemOverTtyP |
here are the menuSystemOverTty object and it's friends.
This library makes intensive use of object-oriented programming. All the object definitions of menuSystemOverTty base objects to be inherited as customizations. Here are the menuSystemOverTty manager oject, and the base objects which to inherit to create custom menus,