Arduino LCD Keypad Shield

by robmawe91 in Circuits > Arduino

58073 Views, 23 Favorites, 0 Comments

Arduino LCD Keypad Shield

DSCN7325.JPG
600px-Arduino_Shield9.png

Library

You will need to install the Keypad library.

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.

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.