LiquidMenu 1.0.0
Main Page
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_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
MAX_SCREENS
const uint8_t MAX_SCREENS
Configures the number of available screens per menu.
Definition:
LiquidMenu_config.h:18
MAX_LINES
const uint8_t MAX_LINES
Configures the number of available lines per screen.
Definition:
LiquidMenu_config.h:15
MAX_MENUS
const uint8_t MAX_MENUS
Configures the number of available manus per menus system.
Definition:
LiquidMenu_config.h:21
MAX_FUNCTIONS
const uint8_t MAX_FUNCTIONS
Configures the number of available functions per line.
Definition:
LiquidMenu_config.h:12
Generated by
1.8.11