Erriez LCD Keypad Shield library for Arduino  1.1.0
This is a LCD Keypad Shield library for Arduino
Public Member Functions | List of all members
LCDKeypadShield Class Reference

LCD Keypad Shield class. More...

#include <ErriezLCDKeypadShield.h>

Inheritance diagram for LCDKeypadShield:
Inheritance graph
[legend]
Collaboration diagram for LCDKeypadShield:
Collaboration graph
[legend]

Public Member Functions

 LCDKeypadShield ()
 Constructor LCDKeypadShield class. More...
 
LCDButton getButtons ()
 Read buttons from one analog pin. More...
 
void backlightOn ()
 Turn backlight LED on.
 
void backlightOff ()
 Turn backlight LED off.
 

Detailed Description

LCD Keypad Shield class.

Definition at line 71 of file ErriezLCDKeypadShield.h.

Constructor & Destructor Documentation

◆ LCDKeypadShield()

LCDKeypadShield::LCDKeypadShield ( )

Constructor LCDKeypadShield class.

This initializes the built-in LiquidCrystal library in 4-bit mode:

  • RS, EN, D0, D1, D2 and D3 pins

Definition at line 47 of file ErriezLCDKeypadShield.cpp.

Member Function Documentation

◆ getButtons()

LCDButton LCDKeypadShield::getButtons ( )

Read buttons from one analog pin.

Returns
LCDButton enum

Definition at line 66 of file ErriezLCDKeypadShield.cpp.


The documentation for this class was generated from the following files: