![]() |
LiquidMenu
1.6.0
Menu creation Arduino library for LCDs, wraps LiquidCrystal.
|
#include "LiquidMenu_const.h"
Go to the source code of this file.
Macros | |
#define | LM_FOCUS_INDICATOR_GHOSTING true |
#define | LIQUIDMENU_DEBUG false |
Arduino's parallel "LiquidCrystal" library | |
#define | LIQUIDMENU_LIBRARY LiquidCrystal_LIBRARY |
Wrapped library ID. More... | |
#define | DisplayClass LiquidCrystal |
Name of wrapped library's class. More... | |
Variables | |
const uint8_t | MAX_VARIABLES = 5 |
Configures the number of available variables per line. More... | |
const uint8_t | MAX_FUNCTIONS = 8 |
Configures the number of available functions per line. More... | |
const uint8_t | MAX_LINES = 12 |
Configures the number of available lines per screen. More... | |
const uint8_t | MAX_SCREENS = 14 |
Configures the number of available screens per menu. More... | |
const uint8_t | MAX_MENUS = 8 |
Configures the number of available menus per menus system. More... | |
Configuration file for LiquidMenu library.
Contains global constants the configure the size of some of the arrays used in the library, also configures the debugging messages.
#define DisplayClass LiquidCrystal |
Name of wrapped library's class.
#define LIQUIDMENU_DEBUG false |
#define LIQUIDMENU_LIBRARY LiquidCrystal_LIBRARY |
Wrapped library ID.
#define LM_FOCUS_INDICATOR_GHOSTING true |
Enable/disable hiding the focus indicator.
When enabled the focus indicator will disappear for one step after completing an iteration through the focusable lines. When disabled the focus indicator will go from the last focusable line directly to the first focusable line without disappearing (i.e. it will be always visible).
const uint8_t MAX_FUNCTIONS = 8 |
Configures the number of available functions per line.
const uint8_t MAX_LINES = 12 |
Configures the number of available lines per screen.
const uint8_t MAX_MENUS = 8 |
Configures the number of available menus per menus system.
const uint8_t MAX_SCREENS = 14 |
Configures the number of available screens per menu.
const uint8_t MAX_VARIABLES = 5 |
Configures the number of available variables per line.