1602 LCD+Keypad Shield
$3.00
- Description
- Additional information
- Reviews (5)
- Enquiry2
Description
- This is a 16×2 LCD Keypad module for Arduino board.
- Uses HD44780 1602 LCD,
- Uses 4 Bit Arduino LCD Library LiquidCrystal
- For the demo code, please change control pin to Pin 8 and 9, 4 bits data pins to D4-D7 for module Pin4-7
- Extra buttons control connects on A0 arduino pin, can use it control the LCD, analog value read on this pin.
Documentation:
- LCDKeypad Arduino Library, more discussion at here.
- Demo Code DFR_Key_v2
- Schematic at LCDKeypad Shield V1.0 SCH
Additional information
Weight | 0.055 kg |
---|
ohad135123 (verified owner) –
Wroking great with my Arduino Uno! The built in potentiometer is really nice addon.
conradj (verified owner) –
Great product, used in on the UNO and everything just works perfectly without even setting the contrast. This eliminates a lot of wires connectlng a single LCD.
jimmus –
This unit works better than I thought it would. The select button on mine is a little bit flaky, but the resistor cascades on the buttons are more accurate than I expected. analogRead(A0) returns consistent values down to the 10th bit when a button is pressed.
The D10 issue that had plagued some versions of the LCD displays has been addressed and fixed.
The display is insanely simple to write to. The supporting links supply all the info necessary. It took all of 10 minutes to get it working.
nfriedly (verified owner) –
Works, but seems a bit touchy. All of the buttons are connected to a single analog input and just provide different voltage levels, so I had to tweak things to get my Left and Select buttons to be recognized correctly. And, there’s no reasonable way to recognize two buttons being pressed at once.
Also, if you touch the PCB of the shield in the wrong place, it shows garbage on the LCD until you reset the Arduino.
Bessière (verified owner) –
nice shield, very good for arduino uno or mega, use LCDKeypad library