LiquidMenu 1.1.4
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
src
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
MAX_SCREENS
const uint8_t MAX_SCREENS
Configures the number of available screens per menu.
Definition:
LiquidMenu_config.h:21
MAX_VARIABLES
const uint8_t MAX_VARIABLES
Configures the numer of available variables per line.
Definition:
LiquidMenu_config.h:12
MAX_LINES
const uint8_t MAX_LINES
Configures the number of available lines per screen.
Definition:
LiquidMenu_config.h:18
MAX_MENUS
const uint8_t MAX_MENUS
Configures the number of available manus per menus system.
Definition:
LiquidMenu_config.h:24
MAX_FUNCTIONS
const uint8_t MAX_FUNCTIONS
Configures the number of available functions per line.
Definition:
LiquidMenu_config.h:15
Generated by
1.8.11