You are on page 1of 3

technology workshop craft home food play outside costumes

Arduino LCD Keypad Shield


by robmawe91 on September 29, 2016

Table of Contents

Arduino LCD Keypad Shield . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Arduino LCD Keypad Shield . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 2: Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 3: NOTE: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

http://www.instructables.com/id/Arduino-LCD-Keypad-Shield-1/
Intro: Arduino LCD Keypad Shield
Parts list:

Arduino UNO R3 I got from this kit.

LCD Keypad Shield

Step 1: Library
You will need to install the Keypad library.

File Downloads

DFR_LCD_Keypad-master.zip (3 KB)
[NOTE: When saving, if you see .tmp as the file ext, rename it to 'DFR_LCD_Keypad-master.zip']
Step 2: Code
Here is my modified code from the example code included with the library. I added the function to turn on the LED on digital pin 13 when the select button is pushed and
to turn it back off then the select button is released.

File Downloads

LCD_Display_Shelid_botton.ino (1 KB)
[NOTE: When saving, if you see .tmp as the file ext, rename it to 'LCD_Display_Shelid_botton.ino']
Step 3: NOTE:
Do not changed digital pin 10. This pin is used to control the back light of the LCD. If its set to output and high it may damage you LCD shield.

Related Instructables

Arduino LCD! by
Motion
Arduino Based 1232443 Silent Alarm by Arduino - LCD 1602 LCD Sensitive LCD
LCD Digital ams31 1602A KEYPAD Keypad Shield Real-Time
Clock by LCD SHIELD Module With I2C Clock/Alarm/Timer
smching RELAY Backpack by (Updated
CONTROL. by farmerkeith Program) by
vandenbrande mikesoniat

http://www.instructables.com/id/Arduino-LCD-Keypad-Shield-1/
Advertisements

Comments

http://www.instructables.com/id/Arduino-LCD-Keypad-Shield-1/

You might also like