NHD-C0216CIZ-FN-FBW-3V Newhaven Display, NHD-C0216CIZ-FN-FBW-3V Datasheet - Page 10

LCD COG CHAR 2X16 TRANSFL

NHD-C0216CIZ-FN-FBW-3V

Manufacturer Part Number
NHD-C0216CIZ-FN-FBW-3V
Description
LCD COG CHAR 2X16 TRANSFL
Manufacturer
Newhaven Display
Datasheet

Specifications of NHD-C0216CIZ-FN-FBW-3V

Display Type
FSTN - Film Super-Twisted Nematic
Display Mode
Transflective
Number Of Digits/alpha
32
Outline L X W X H
49.70mm x 25.30mm x 2.10mm
Viewing Area
45.70mm L x 14.30mm W
Backlight
Without Backlight
Display Format
16 x 2
Character Size
4.68mm H x 2.21mm W
Character Format
5 x 8 Dots
Voltage - Supply
2.7 V ~ 3.3 V
Dot Size
0.41mm W x 0.55mm H
Interface
I²C
Operating Temperature
-20°C ~ 70°C
Character Count X Line
16 x 2
Module Size (w X H X T)
49.7 mm x 25.3 mm x 2.1 mm
Fluid Type
FSTN Positive
Voltage Rating
3 V
Operating Temperature Range
- 20 C to + 70 C
Backlight Type
None
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
Example Initialization Program 
/*****************************************************/ 
const char Slave = 0x7C; 
const char Comsend = 0x00; 
const char Datasend = 0x40; 
const char Wake = 0x30; 
const char Function = 0x31; 
const char Internalosc = 0x14; 
const char Powercontrol = 0x56; 
const char Followercontrol = 0x6D; 
const char Contrast = 0x25; 
const char Displayon = 0x0C; 
const char Entrymode = 0x06; 
const char Clear = 0x01; 
const char Line2 = 0xC0; 
/*****************************************************/ 
void I2C_out(unsigned char j)  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*****************************************************/ 
void I2C_Start(void) 
 
 
 
 
/*****************************************************/ 
void I2C_Stop(void) 
 
 
 
 
/*****************************************************/ 
void Show(unsigned char *text) 
 
int n; 
unsigned char d; 
d=j; 
for(n=0;n<8;n++){ 
 
 
 
 
 
 
 
 
 
SCL = 1; 
while(SDA==1){ 
 
 
 
SCL=0; 
SCL=1; 
SDA=1; 
SDA=0; 
SCL=0; 
SDA=0; 
SCL=0; 
SCL=1; 
SDA=1; 
if((d&0x80)==0x80) 
SDA=1; 
else 
SDA=0; 
d=(d<<1); 
SCL = 0; 
SCL = 1; 
SCL = 0; 
SCL=0; 
SCL=1; 
 
 
//I2C Output 
[10] 

Related parts for NHD-C0216CIZ-FN-FBW-3V