Menu
Your Cart
Welcome to the new Robomaa online store!

LCD 16x2 Characters - Green Yellow Back Light

LCD 16x2 Characters - Green Yellow Back Light

Description: This is a basic 16 character by 2 line display with black text on a yellow background. Utilizes the extremely common HD44780 parallel interface chipset

Specifications:

  • Compatible with Arduino Liquid Crystal Library
  • LCD Display Mode: STN, Positive, Transflective
  • Viewing Angle: 6:00
  • Driving Method: 1/16 duty, 1/5 bias
  • Back Light: Yellow-Green LED backlight
  • Text Color: Black
  • Outline Dimension: 80 x 36 x 15.8 MAX
  • Character Res: 16 x 2
  • Driver Voltage: 5 VDC

Documents:

 

Another diagram:

Hook everything up EXACTLY like in this picture from the Arduino page:
http://arduino.cc/en/uploads/Tutorial/lcd_schem.png

Now load the "Scroll" Example from Arduinos LiquidCrystal Library.
Change these two lines

lcd.begin(16, 2);
lcd.setCursor(0,7);

to

lcd.begin(8, 2);
lcd.setCursor(0,0);

now upload it to your Arduino or Seeduino and watch your display fire up! You may have to adjust the potentiometer a little if you can't see anything.

As an alternative to the potentiometer you can connect the Vo pin of the LCD with any available PWM-output (I use pin 9) and add the following code in the setup() section:

pinMode(9, OUTPUT);
analogWrite(9, CONTRAST);

replace CONTRAST with the value of your choice. Values around 10-20 give a nice bright output. (thanks for above tutor from DedeHai)

Write a review

Please login or register to review
None
13.06€
Ex Tax: 10.40€
Tags:
Cookies
We use cookies to improve your browsing experience and the functionality of our site. These cookies are required for the website to run and cannot be switched off. Such cookie are only set in response to actions made by you such as language (En/Fi), currency (EUR) and login session id which is set by system (OCSESSID). You can set your browser to block these cookies but our site may not work then. Google Analytics (GA4) cookies allow us to measure visitors traffic and see traffic sources by collecting information in data sets. They also help us understand which products and actions are more popular than others. We do not share these information with Google.