


People Also Buy

16x2 LCD (Blue) with I2C Interface

16x4 LCD Display With Green Backlight

JHD 128x64 Graphic LCD -Blue Backlight
Found a better price?
Let us know!
We'll try to match the price for you
SPECIFICATIONS:
Model |
JHD659 B/W |
Display |
16×2 character |
Dimensions |
80.0×36.0x14.5 |
Viewing Area (VA) |
64.5×14.5mm |
Controller |
SPLC780D |
Character |
2.95×4.35 |
Driver |
1/16 |
Backlight Colour |
Green |
Input Voltage |
5 |
Weight(gm) |
30 |
Specifications:
Model
Specifications:
JHD659 B/W
Specifications:
Display
Specifications:
16×2 character
Specifications:
Dimensions
Specifications:
80.0×36.0x14.5
Specifications:
Viewing Area (VA)
Specifications:
64.5×14.5mm
Specifications:
Controller
Specifications:
SPLC780D
Specifications:
Character
Specifications:
2.95×4.35
Specifications:
Driver
Specifications:
1/16
Specifications:
Backlight Colour
Specifications:
Green
Specifications:
Input Voltage
Specifications:
5
Specifications:
Weight(gm)
Specifications:
30
1. What is the JHD 16x2 I2C Character LCD display?
- This is a popular 16×2 LCD Display Green LED Backlight display. It is based on the SPLC780D display controller which makes it easy to interface with this LCD with most micro-controllers. Because of its widespread use, no matter which microcontroller platform you use, you'll be able to find ready-to-use libraries for this LCD.
2. What does 16x2 in LCD Module indicate?
- A 16x2 LCD can display 16 characters per line on each of its 2 lines. The 32 different characters and symbols can be displayed on the 16 x 2 intelligent alphanumeric dot matrix display. Command and Data are the two registers on this LCD.
3. Which characters on the 16×2 CHARACTER LCD can be displayed?
- The name 'Character LCD' comes from the fact that these LCDs are ideal for displaying only text/characters. The display has an LED backlight and can display 32 ASCII characters in 2 rows, with each row displaying 16 characters.
4. How to connect 16x2 character lcd to Arduino Uno?
- In a 16×2 character LCD display, there are 16 pins. First two pins VSS and VDD are for providing power to the display. Connect these pins to the GND and 5V supply pins in the Arduino Uno. 3rd pin of the LCD is named as Vo which is used for adjusting display contrast. We can use a 10KΩ preset for that, connect variable end to Vo and fixed ends to VSS and VDD. 4th pin RS is the Register Select pin which is used to multiplex the data and command information send to the LCD module. Data information is the ASCII value of the information to be displayed on the LCD and the command information will contain instructions such as the position in which the data is to be displayed etc. These two information will be multiplexed using pin RS and will send through DB0 – DB7 pins of LCD. If RS is high, then DB0 – DB7 will contain data information and when it is LOW then these lines will contain command information. 5th pin R/W is Read or Write pin which will determine whether the data is to be written or it is to be read from the LCD display. HIGH value of this pin will indicate the data is read from the display and LOW value indicates writing information to the display. Normally we need only writing values to the display, so we usually tie RW to GND. 6th pin E is the Enable pin of LCD. High value on E will indicate valid information on DB0 – DB7 pins. We can power the LCD’s back-light LED using last two pins.
5. Why is my 16×2 CHARACTER LCD DISPLAY not displaying?
- It's possible that there's a short circuit between adjacent data lines, or that some of the data lines aren't properly connected. Check for short circuits between adjacent tracks leading to the LCD display.