![]() |
LiquidMenu
1.4.0
Menu creation Arduino library for LCDs, wraps LiquidCrystal.
|
Go to the source code of this file.
Macros | |
#define | I2C false |
Switches the communication method to I2C. More... | |
#define | LIQUIDMENU_DEBUG false |
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 I2C false |
Switches the communication method to I2C.
#define LIQUIDMENU_DEBUG false |
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.