![]() |
MD_Menu Library
2.1
Library for 1 or 2 line display menu management
|
#include <MD_Menu.h>
Public Attributes | |
| mnuId_t | id |
| Identifier for this item. | |
| char | label [ITEM_LABEL_SIZE+1] |
| Label for this menu item. | |
| mnuAction_t | action |
| Selecting this item does this action. | |
| mnuId_t | actionId |
| Associated menu or input field Id. | |
Menu item definition
Defines the item data for the menu. The items are conceptually 'child' records of a menu header item, where a continuous range form part of the menu.