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
§ DEBUGGING_MESSAGES
#define DEBUGGING_MESSAGES false |
- Note
- Default: false
Variable Documentation
§ MAX_FUNCTIONS
const uint8_t MAX_FUNCTIONS = 8 |
Configures the number of available functions per line.
- Note
- Default: 8
§ MAX_LINES
const uint8_t MAX_LINES = 12 |
Configures the number of available lines per screen.
- Note
- Default: 12
§ MAX_MENUS
const uint8_t MAX_MENUS = 12 |
Configures the number of available manus per menus system.
- Note
- Defaul: 12
§ MAX_SCREENS
const uint8_t MAX_SCREENS = 16 |
Configures the number of available screens per menu.
- Note
- Default: 16
§ MAX_VARIABLES
const uint8_t MAX_VARIABLES = 5 |
Configures the numer of available variables per line.
- Note
- Default: 5