Product |
LCD Display
| LCD 16x2 Characters - Yellow&Green Backlight
16x2 Character LCD - Yellow&Green Backligh
.jpg)
Specification :
1、Compatible to Arduino LCD library
2、LCD Display mode: STN, Postive, Transflective
3、Display Color: Deep Blue/Light Yellow Green
4、 View Angle: 6H
5、Driving Method: 1/16 duty, 1/5bias
6、Back Light: Yellow Green LED backlight
7、Single 5V supply, Direct MCU I/F
8、Outline Dimension: 80.0x36.0x15.8 MAX (mm) (see attached outline drawing for details)
Note :
1、Color tone may slightly change by Temperature and Driving Condition.
2、The Color is defined as the inactive/backgroud color
1、Color tone may slightly change by Temperature and Driving Condition.
2、The Color is defined as the inactive/backgroud color
.jpg)
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.
Click to download the OutlineDwg(PDF)
We also provide Manual for this product
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.
Click to download the OutlineDwg(PDF)
We also provide Manual for this product
Categories
Newsletter
Join our newsletter today, to get latest product information and promotion code.








