Go to the source code of this file.
Macros | |
#define | DEBUGGING_MESSAGES false |
Variables | |
const uint8_t | MAX_VARIABLES = 5 |
Configures the numer 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 = 16 |
Configures the number of available screens per menu. More... | |
const uint8_t | MAX_MENUS = 12 |
Configures the number of available manus per menus system. More... | |
Detailed Description
Configuration file for LiquidMenu library.
Contains global constants the configure the size of some of the arrays used in the library, also configures the messages output.
Macro Definition Documentation
#define DEBUGGING_MESSAGES false |
- Note
- Default: false
Variable Documentation
const uint8_t MAX_FUNCTIONS = 8 |
Configures the number of available functions per line.
- Note
- Default: 8
const uint8_t MAX_LINES = 12 |
Configures the number of available lines per screen.
- Note
- Default: 12
const uint8_t MAX_MENUS = 12 |
Configures the number of available manus per menus system.
- Note
- Defaul: 12
const uint8_t MAX_SCREENS = 16 |
Configures the number of available screens per menu.
- Note
- Default: 16
const uint8_t MAX_VARIABLES = 5 |
Configures the numer of available variables per line.
- Note
- Default: 5