46 lcd <<
"Electrosch...";
97 void error(String m,
int x,
int y) {
153 void menu(String sect1, String sect2, String sect3, String sect4) {
#define LCDBOTTOMROW
The bottom row number of the LCD.
#define LCDROWS
Display rows.
#define LCDCHARS
Display characters per line Define this value accordingly with the LCD Hardware datasheet.
void message(String m)
Display a string on the LCD at the cursor position.
void hex(int n)
Display an integer value in hex format at the cursor position.
LCD display Manager include file.
Version and Build NumberHelper Class.
#define LCD_SECTOR3
Bottom Left display sector column.
#define LCDTOPROW
The top row number of the LCD.
#define LCDMESSAGE_DELAY
Delay after showing a temporary message e.g. the welcome screen.
#define LCDERROR_DELAY
Delay after showing an error.
AlphaLCD lcd(2, 3, 4)
AlphaLCD class instance for display hardware control.
void welcome()
Welcome message shown at device power-on.
#define LCD_SECTOR4
Bottom Right display sector column.
LCD Display base strings.
#define LCDCLEAR_DELAY
Delay after a clear display call to hardware has been done.
void menu(String sect1, String sect2, String sect3, String sect4)
Creates a menu screen.
#define LCD_SECTOR2
Top Right display sector column.
void dec(int n)
Display an integer value in decimal format at the cursor position.
void error(String m, int x, int y)
Display an error message at the specified cursor coordinates.
#define LCD_SECTOR1
Top Left display sector column.
#define version()
Firmware version.
void clean()
Clean the display.