LiquidMenu_config.h
Go to the documentation of this file.
1 
9 #pragma once
10 
12 const uint8_t MAX_VARIABLES = 5;
13 
15 const uint8_t MAX_FUNCTIONS = 8;
16 
18 const uint8_t MAX_LINES = 12;
19 
21 const uint8_t MAX_SCREENS = 16;
22 
24 const uint8_t MAX_MENUS = 12;
25 
26 // Turns the debugging messages on or off.
27 #define DEBUGGING_MESSAGES false
const uint8_t MAX_SCREENS
Configures the number of available screens per menu.
Definition: LiquidMenu_config.h:21
const uint8_t MAX_VARIABLES
Configures the numer of available variables per line.
Definition: LiquidMenu_config.h:12
const uint8_t MAX_LINES
Configures the number of available lines per screen.
Definition: LiquidMenu_config.h:18
const uint8_t MAX_MENUS
Configures the number of available manus per menus system.
Definition: LiquidMenu_config.h:24
const uint8_t MAX_FUNCTIONS
Configures the number of available functions per line.
Definition: LiquidMenu_config.h:15