NHD-0420DZ-FL-GBW - NewHaven Display

 NHD‐0420DZ‐FL‐GBW Character Liquid Crystal Display Module NHD‐ 0420‐ DZ‐ F‐ L‐ G‐ B‐ W‐ Newhaven Display 4 Lines x 20 Characters Model Transflective Yellow/Green LED Backlight STN‐ Gray 6:00 Optimal View Wide Temperature RoHS Compliant Newhaven Display International, Inc. 2661 Galvin Court Elgin IL, 60124 Ph: 847‐844‐8795 Fax: 847‐844‐8796 www.newhavendisplay.com [email protected] [email protected] Document Revision History Revision 0 1 2 3 4 5 6 7 Date 10/21/2008 1/22/2010 2/25/2010 3/19/2010 1/6/2011 5/6/2011 12/5/2011 9/24/2012 8 12/22/2014 Description Initial Release User Guide Reformat Mechanical Drawing updated Pin Description/Mechanical Drawing updated Controller Information updated Electrical Characteristics updated Mechanical Drawing updated Mechanical Drawing, Electrical and Optical Characteristics updated. Added Timing Characteristics. Electrical Characteristics updated Functions and Features 




4 lines x 20 characters Built‐in controller (ST7066U) +5.0V Power Supply 1/16 duty, 1/5 bias RoHS compliant [2] Changed by ‐ MC MC BE JT AK AK JN ML L
A
I
Mechanical Drawing
1
2
3
4
A
Rev
1
16
D
T
N
F
N
O
C
Notes:
1). Driver Method: 1/16duty, 1/5bias, VDD5.0V VLCD4.5V
2). Display Type: STN-Gray/Positive/Transflective/6:00 Visual Angle
3). Operating Temp: -20°C~70°C/Storage Temp: -30°C~80°C
4). Backlight Type: Array/Yellow-green/Vled5.0V/150mA
5). Driver: ST7066U/4bit or 8bit MPU
6). RoHS Compliant
1
2
6
Description
E
D
I
B
C
5
3
Date
Pin NO Symbol
VSS
1
VDD
2
V0
3
RS
4
R/W
5
E
6
DB0
7
DB1
8
DB2
9
DB3
10
DB4
11
DB5
12
DB6
13
DB7
14
LED-A
15
LED-K
16
12/22/14
4
Unit
±0.3mm
mm
5
Model:
NHD-0420DZ-FL-GBW
6
The drawing contained herein is the exclusive property of Newhaven Display International, Inc. and shall not be copied, reproduced, and/or disclosed in any format without permission.
[3]
B
Pin connections
Date
Gen. Tolerance
A
C
D
Pin Description and Wiring Diagram Pin No. Symbol 1 2 3 4 5 6 7‐10 VSS VDD V0 RS R/W E DB0 – DB3 External Connection Power Supply Power Supply Adj. Power Supply MPU MPU MPU MPU 11‐14 15 16 DB4 – DB7 LED‐A LED‐K MPU Power Supply Power Supply Function Description
Ground
Supply Voltage for LCD and Logic (+5.0V)
Supply Voltage for Contrast (approx. +0.5V)
Register Select signal: ‘0’ = Command, ‘1’ = Data
Read/Write select signal: ‘1’ = Read, ‘0’ = Write
Operation Enable signal; Falling edge triggered
Four low order bi‐directional three‐state data bus lines. These four are not used during 4‐bit operation. Four high order bi‐directional three‐state data bus lines. Backlight Anode (+5.0V)
Backlight Cathode (Ground)
Recommended LCD connector: 2.54mm pitch pins Backlight connector: ‐‐‐ Mates with: ‐‐‐ [4] Electrical Characteristics Item Operating Temperature Range Storage Temperature Range Supply Voltage Supply Current Supply for LCD (contrast) “H” Level input “L” Level input “H” Level output “L” Level output Backlight Supply Voltage Backlight Supply Current Symbol Top Tst VDD IDD VDD‐V0 Vih Vil Voh Vol Vled Iled Condition
Absolute Max
Absolute Max
Ta=25°C, VDD=5.0V
Ta=25°C ‐
‐
‐
‐
Min.
‐20
‐30
4.5
‐
‐
0.7*VDD
0
0.75*VDD
‐
Typ.
‐
‐
5.0
3.5
4.5
‐
‐
‐
‐
‐
Vled=5.0V
‐
240
5.0
‐
Max. +70 +80 5.5 5.0 ‐ VDD 0.6 ‐ 0.2*VDD ‐ 280 Optical Characteristics Item Viewing Angle – Top Viewing Angle – Bottom Viewing Angle – Left Viewing Angle – Right Contrast Ratio Response Time (rise) Response Time (fall) Symbol ‐ ‐ ‐ ‐ Cr Tr Tf Condition
Min.
‐
‐
‐
‐
‐
‐
‐
Cr ≥ 2 ‐
‐
‐
Typ.
35
60
40
40
6
150
150
Max. ‐ ‐ ‐ ‐ ‐ 250 250 Unit
⁰ ⁰ ⁰ ⁰ ‐ ms
ms
Controller Information Built‐in ST7066U. Please download specification at http://www.newhavendisplay.com/app_notes/ST7066U.pdf DDRAM Address 1 00 40 14 54 2 01 41 15 55 3 02 42 16 56 4 03 43 17 57 5 04 44 18 58 6 05 45 19 59 7 06 46 1A 5A 8 07 47 1B 5B 9 08 48 1C 5C 10 09 49 1D
5D
11 0A
4A
1E 5E 12
0B
4B
1F 5F 13 14 15 16 17
0C 0D 0E 0F 10
4C 4D 4E 4F 50
20 21 22 23 24
60 61 62 63 64
[5] 18 11 51 25 65 19 12 52 26 66 20 13 53 27 67 Unit
⁰C
⁰C
V
mA
V
V
V
V
V
V
mA
Table of Commands [6] Timing Characteristics Write data from MPU to ST7066U Read data from ST7066U to MPU [7] [8] Built‐in Font Table [9] Example Initialization Program 8-bit Initialization:
/**********************************************************/
void command(char i)
{
P1 = i;
//put data on output Port
D_I =0;
//D/I=LOW : send instruction
R_W =0;
//R/W=LOW : Write
E = 1;
Delay(1);
//enable pulse width >= 460ns
E = 0;
//Clock enable: falling edge
}
/**********************************************************/
void write(char i)
{
P1 = i;
//put data on output Port
D_I =1;
//D/I=HIGH : send data
R_W =0;
//R/W=LOW : Write
E = 1;
Delay(1);
//enable pulse width >= 460ns
E = 0;
//Clock enable: falling edge
}
/**********************************************************/
void init()
{
E = 0;
Delay(100);
//Wait >40 msec after power is applied
command(0x30);
//command 0x30 = Wake up
Delay(30);
//must wait 5ms, busy flag not available
command(0x30);
//command 0x30 = Wake up #2
Delay(10);
//must wait 160us, busy flag not available
command(0x30);
//command 0x30 = Wake up #3
Delay(10);
//must wait 160us, busy flag not available
command(0x38);
//Function set: 8-bit/2-line
command(0x10);
//Set cursor
command(0x0c);
//Display ON; Cursor ON
command(0x06);
//Entry mode set
}
/**********************************************************/
[10] 4-bit Initialization:
/**********************************************************/
void command(char i)
{
P1 = i;
//put data on output Port
D_I =0;
//D/I=LOW : send instruction
R_W =0;
//R/W=LOW : Write
Nybble();
//Send lower 4 bits
i = i<<4;
//Shift over by 4 bits
P1 = i;
//put data on output Port
Nybble();
//Send upper 4 bits
}
/**********************************************************/
void write(char i)
{
P1 = i;
//put data on output Port
D_I =1;
//D/I=HIGH : send data
R_W =0;
//R/W=LOW : Write
Nybble();
//Clock lower 4 bits
i = i<<4;
//Shift over by 4 bits
P1 = i;
//put data on output Port
Nybble();
//Clock upper 4 bits
}
/**********************************************************/
void Nybble()
{
E = 1;
Delay(1);
//enable pulse width >= 460ns
E = 0;
//Clock enable: falling edge
}
/**********************************************************/
void init()
{
P1 = 0;
P3 = 0;
Delay(100);
//Wait >40 msec after power is applied
P1 = 0x30;
//put 0x30 on the output port
Delay(30);
//must wait 5ms, busy flag not available
Nybble();
//command 0x30 = Wake up
Delay(10);
//must wait 160us, busy flag not available
Nybble();
//command 0x30 = Wake up #2
Delay(10);
//must wait 160us, busy flag not available
Nybble();
//command 0x30 = Wake up #3
Delay(10);
//can check busy flag now instead of delay
P1= 0x20;
//put 0x20 on the output port
Nybble();
//Function set: 4-bit interface
command(0x28);
//Function set: 4-bit/2-line
command(0x10);
//Set cursor
command(0x0F);
//Display ON; Blinking cursor
command(0x06);
//Entry Mode set
}
/**********************************************************/
[11] Quality Information Test Item Content of Test High Temperature storage Endurance test applying the high storage temperature for a long time. Endurance test applying the low storage temperature for a long time. Endurance test applying the electric stress (voltage & current) and the high thermal stress for a long time. Endurance test applying the electric stress (voltage & current) and the low thermal stress for a long time. Endurance test applying the electric stress (voltage & current) and the high thermal with high humidity stress for a long time. Endurance test applying the electric stress (voltage & current) during a cycle of low and high thermal stress. Endurance test applying vibration to simulate transportation and use. Low Temperature storage High Temperature Operation Low Temperature Operation High Temperature / Humidity Operation Thermal Shock resistance Vibration test Static electricity test Test Condition Endurance test applying electric static discharge. 2 ‐30⁰C , 48hrs
1,2
+70⁰C , 48hrs
2 ‐20⁰C , 48hrs
1,2
+40⁰C , 90% RH , 48hrs 1,2
0⁰C,30min ‐> 25⁰C,5min ‐> 50⁰C,30min = 1 cycle 10 cycles 10‐55Hz , 15mm amplitude. 60 sec in each of 3 directions X,Y,Z For 15 minutes VS=800V, RS=1.5kΩ, CS=100pF One time Note 1: No condensation to be observed. Note 2: Conducted after 4 hours of storage at 25⁰C, 0%RH. Note 3: Test performed on product itself, not inside a container. Precautions for using LCDs/LCMs See Precautions at www.newhavendisplay.com/specs/precautions.pdf Warranty Information See Terms & Conditions at http://www.newhavendisplay.com/index.php?main_page=terms [12] Note
+80⁰C , 48hrs
3