![]() |
Erriez LCD Keypad Shield library for Arduino
1.1.0
This is a LCD Keypad Shield library for Arduino
|
LCD Keypad Shield library for Arduino. More...
#include <Arduino.h>#include <LiquidCrystal.h>

Go to the source code of this file.
Classes | |
| class | LCDKeypadShield |
| LCD Keypad Shield class. More... | |
Macros | |
| #define | LCD_PIN_RS 8 |
| LCD RS pin. | |
| #define | LCD_PIN_EN 9 |
| LCD EN pin. | |
| #define | LCD_PIN_D0 4 |
| LCD D0 pin. | |
| #define | LCD_PIN_D1 5 |
| LCD D1 pin. | |
| #define | LCD_PIN_D2 6 |
| LCD D2 pin. | |
| #define | LCD_PIN_D3 7 |
| LCD D3 pin. | |
| #define | LCD_BACK_LIGHT_PIN 10 |
| LCD backlight pin. | |
Enumerations | |
| enum | LCDButton { ButtonNone = 0, ButtonRight = 1, ButtonUp = 2, ButtonDown = 3, ButtonLeft = 4, ButtonSelect = 5 } |
| LCD buttons. | |
LCD Keypad Shield library for Arduino.
Source: https://github.com/Erriez/ErriezLCDKeypadShield Documentation: https://erriez.github.io/ErriezLCDKeypadShield
Definition in file ErriezLCDKeypadShield.h.
1.8.13