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