Top Banner
DESCRIPTION: Arduino LCD Keypad Shield This is a 16x2 LCD and Keypad shield for Arduino Uno, Diecimila, Duemilanove and Freed Blue Backlight with white words uses 4 Bit Arduino LCD Library Left, Right, Up, Down and Select buttons Screen contrast adjustment Arduino Reset button The board uses different pins to the Arduino example sketches, so to make the display w when starting the library: LiquidCrystal lcd(8,9,4,5,6,7); The buttons are connected to only one analog input pin through resistors to give a differe on input/output pins. Reading the buttons is easy and example code is shown below Pin Connections Pin Function Analog 0 Buttons (select, up, right, down and left) Digital 4 DB4 Digital 5 DB5 Digital 6 DB6 Digital 7 DB7 Digital 8 RS (Data or Signal Display Selection) Digital 9 Enable Digital 10 Backlit Control HIGH = Backlight on LOW = Backlight off Use PWM signal to control brightness Pin used: Arduino 1602 LCD shield with keypad | www.hobbyist.co.nz http://www.hobbyist.co.nz/?q=16x2-arduino-lcd-shield 1 of 4 15-Jan-14 8:56 AM
4

Arduino 1602 LCD Shield With Keypad _ Www.hobbyist.co

Feb 02, 2016

Download

Documents

shield for arduino
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Arduino 1602 LCD Shield With Keypad _ Www.hobbyist.co

DESCRIPTION:

Arduino LCD Keypad Shield

This is a 16x2 LCD and Keypad shield for Arduino Uno, Diecimila, Duemilanove and Freeduino boards.

Blue Backlight with white words

uses 4 Bit Arduino LCD Library

Left, Right, Up, Down and Select buttons

Screen contrast adjustment

Arduino Reset button

The board uses different pins to the Arduino example sketches, so to make the display work, use the followin

when starting the library:

LiquidCrystal lcd(8,9,4,5,6,7);

The buttons are connected to only one analog input pin through resistors to give a different voltage for each

on input/output pins. Reading the buttons is easy and example code is shown below

Pin Connections

Pin Function

Analog 0 Buttons (select, up, right, down and left)

Digital 4 DB4

Digital 5 DB5

Digital 6 DB6

Digital 7 DB7

Digital 8 RS (Data or Signal Display Selection)

Digital 9 Enable

Digital 10

Backlit Control

HIGH = Backlight on

LOW = Backlight off

Use PWM signal to control brightness

Pin used:

Arduino 1602 LCD shield with keypad | www.hobbyist.co.nz http://www.hobbyist.co.nz/?q=16x2-arduino-lcd-shield

1 of 4 15-Jan-14 8:56 AM

Page 2: Arduino 1602 LCD Shield With Keypad _ Www.hobbyist.co

Installing library:

Download and unzipped the library folder, and place it to the Arduino libraries directory. Once the library is correctly inst

should look like:

arduino-0010/hardware/libraries/LCD4Bit_mod

arduino-0010/hardware/libraries/LCD4Bit_mod/LCD4Bit_mod.cpp

arduino-0010/hardware/libraries/LCD4Bit_mod/LCD4Bit_mod.h

arduino-0010/hardware/libraries/LCD4Bit_mod/keywords.txt

arduino-0010/hardware/libraries/LCD4Bit_mod/examples

arduino-0010/hardware/libraries/LCD4Bit_mod/readme.txt

Open the example from file -> Examples -> LDC4Bit_mod -> LCD4Bit_modExample, as shown in the screenshot below.

Arduino 1602 LCD shield with keypad | www.hobbyist.co.nz http://www.hobbyist.co.nz/?q=16x2-arduino-lcd-shield

2 of 4 15-Jan-14 8:56 AM

Page 3: Arduino 1602 LCD Shield With Keypad _ Www.hobbyist.co

The example should provide enough information to show you how to work with the LCD and all the 5 buttons.

Schematics download:

1602 LCD Shield Schematics

Lcd pan el, disp lay lcd, ard uin o to lcd, ard uin o lcd, lcd an d ardu in o, lcd for arduin o,lcd to ardu in o, ardu in o with lcd , ch aracter d isp lay,

IMAGE:

Arduino 1602 LCD shield with keypad | www.hobbyist.co.nz http://www.hobbyist.co.nz/?q=16x2-arduino-lcd-shield

3 of 4 15-Jan-14 8:56 AM

Page 4: Arduino 1602 LCD Shield With Keypad _ Www.hobbyist.co

CATALOG:

Arduino Shields

Price: $29.00

Arduino 1602 LCD shield with keypad | www.hobbyist.co.nz http://www.hobbyist.co.nz/?q=16x2-arduino-lcd-shield

4 of 4 15-Jan-14 8:56 AM