LiquidMenu  1.6.0
Menu creation Arduino library for LCDs, wraps LiquidCrystal.
Macros | Variables
LiquidMenu_config.h File Reference
#include "LiquidMenu_const.h"

Go to the source code of this file.

Macros

#define LM_FOCUS_INDICATOR_GHOSTING   true
 
#define LIQUIDMENU_DEBUG   false
 
Arduino's parallel "LiquidCrystal" library
#define LIQUIDMENU_LIBRARY   LiquidCrystal_LIBRARY
 Wrapped library ID. More...
 
#define DisplayClass   LiquidCrystal
 Name of wrapped library's class. More...
 

Variables

const uint8_t MAX_VARIABLES = 5
 Configures the number 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 = 14
 Configures the number of available screens per menu. More...
 
const uint8_t MAX_MENUS = 8
 Configures the number of available menus 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 debugging messages.

Macro Definition Documentation

◆ DisplayClass

#define DisplayClass   LiquidCrystal

Name of wrapped library's class.

◆ LIQUIDMENU_DEBUG

#define LIQUIDMENU_DEBUG   false
Note
Default: false

◆ LIQUIDMENU_LIBRARY

#define LIQUIDMENU_LIBRARY   LiquidCrystal_LIBRARY

Wrapped library ID.

◆ LM_FOCUS_INDICATOR_GHOSTING

#define LM_FOCUS_INDICATOR_GHOSTING   true

Enable/disable hiding the focus indicator.

When enabled the focus indicator will disappear for one step after completing an iteration through the focusable lines. When disabled the focus indicator will go from the last focusable line directly to the first focusable line without disappearing (i.e. it will be always visible).

Note
Default: true

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 = 8

Configures the number of available menus per menus system.

Note
Default: 8

◆ MAX_SCREENS

const uint8_t MAX_SCREENS = 14

Configures the number of available screens per menu.

Note
Default: 14

◆ MAX_VARIABLES

const uint8_t MAX_VARIABLES = 5

Configures the number of available variables per line.

Note
Default: 5