LCD Display 20 x 2 Blue Character with Backlight
SKU
A-1749
$6.00
- Buy 100 for $5.90 each and save 2%
In stock
Qty Available: 3988888
Quick Overview
Tayda Electronics - Get It Fast - Same Day Shipping
Details
This LCD screen has a standard 16 pins and includes a resistor between pins 15 and 16 for the backlight.
It is advisable to get a 10K Ohm Potentiometer which you can find here.
This will allow you to adjust the contrast of the characters so you can actually see them.
This LCD screen displays 2 rows of 20 columns and is intended as a character display. It is easily wired up and wiring examples for an Arduino Uno R3 and an Arduino Nano are shown below as well.
The images show a 16x2 LCD screen, but the wiring is the exact same between the 16x2 and the 20x2 LCD screens.
Hooked up to an Arduino Nano which can be found here.
Here you can see if hooked up to an Arduino Uno R3. The pins are all the same. The Arduino Uno R3 is available here.
There is a really easy to use example in the Arduino IDE available under Examples -> LiquidCrystal -> HelloWorld Which will simply display Hello World on the top row and count in seconds on the bottom row.
The final wiring should be for each of the boards. LCD Screen
Pin 1 -> Gnd
Pin 2 -> 5V
Pin 3 -> Output of 10K Ohm Linear Pot
Pin 4 -> Digital Pin 7
Pin 5 -> Gnd
Pin 6 -> Digital Pin 8
Pin 11 -> Digital Pin 9
Pin 12 -> Digital Pin 10
Pin 13 -> Digital Pin 11
Pin 14 -> Digital Pin 12
Pin 15 -> 5V
Pin 16 -> Gnd
We wired it up a little different so you must change this line from:
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
to
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);
This defines which pins the LiquidCrystal Library uses.
You will have to also change the number of rows and columns for this display from 16x2 to 20x2.
lcd.begin(16, 2);
to
lcd.begin(20, 2);
Then select your board, verify your sketch and upload.
Product Category: LCD Displays
LCD Type: STN
LCD Color: STN Yellow-Green
Display Format: 20 x 2
Charachter Format: 5 x 8
Character Size: 3.21 x 5.57mm
Viewing Area: 83 x 18.3mm
Number of connection pins : 16(8x2)
Datasheet: Click Here
Additional Information
SKU | A-1749 |
---|---|
Manufacturer | Tayda Electronics |
MPN | HXF2002A |
Customer Reviews
-
Great with ArduinoWorks great with Arduino LCD library!!
Posted on
Write Your Own Review