This item has closed 1 buyer bought 1 item
View other items offered by SteadyPower229

Similar products

R30 shipping
ARDUINO MEGA 2560 SENSORS SHIELD KE0009
R148.64
Arduino Uno Joystick Shield
R90
PROTO SHIELD ARDUINO EXPANSION BOARD EB0051
R96.90
Arduino Uno Proto Shield
R60

Arduino LCD Keypad Shield, Great For Your Next Arduino Project

New
Indicative market price: R175
R115.00 34% OFF
Closed 26 Aug 14 20:02
Shipping
Standard courier shipping from R30
R30 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Get it now, pay later
Buyer Protection

Product details

Condition
New
Location
South Africa
Bob Shop ID
156776465


This is a very popular LCD Keypad shield for Arduino or Freeduino board. It includes a 2x16 LCD display and 6 momentary push buttons. Pins 4, 5, 6, 7, 8, 9 and 10 are used to interface with the LCD. Analog Pin 0 is used to read the pushbuttons. The LCD shield supports contrast adjustment and backlit on/off functions. It also expands analog pins for easy analog sensor reading and display.

    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 following sequence of pins 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 button, thus saving 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
LOW = Backlight on
HIGH = Backlight off
Use PWM signal to control brightness


The board is a little bigger than an Arduino UNO (measuring 8cm x 6cm).