Description:
Product Type: Character LCD Module
Display Format: 16*04 Characters
Interface: Parallel + IIC CAN BE ADDED
Font: English/Japanese
Outline Dimension:87.00(W)x60.00(H)x13.50(T)mm
Viewing Direction: 6:00
Power Supply (Type): 5.0V
شرح :
Kit include:
1xLCD Module 16X4 Character with Serail IIC I2C Parallel Character Display Screen Blue
Mikroelectron Code:
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
void setup(){
lcd.init(); // initialize the lcd
// Print a message to the LCD.
lcd.backlight();
lcd.print("Surenoo Display");
}
void loop(){
}