NHD 24064WG Atmi VZ
NHD 24064WG Atmi VZ
NHD 24064WG Atmi VZ
NHD-24064WG-ATMI-VZ#
Additional Resources
➢ Support Forum: https://support.newhavendisplay.com/hc/en-us/community/topics
➢ GitHub: https://github.com/newhavendisplay
➢ Example Code: https://support.newhavendisplay.com/hc/en-us/categories/4409527834135-Example-Code/
➢ Knowledge Center: https://www.newhavendisplay.com/knowledge_center.html
➢ Quality Center: https://www.newhavendisplay.com/quality_center.html
➢ Precautions for using LCDs/LCMs: https://www.newhavendisplay.com/specs/precautions.pdf
➢ Warranty / Terms & Conditions: https://www.newhavendisplay.com/terms.html
1
Document Revision History
Revision Date Description Changed By
2
1 2 3 4 5 6 7 8
Mechanical Drawing
SYMBOL REVISION DATE
A A
Pin Assignment
B B
C C
D 20.00 D
NEWHAVEN DISPLAY
12.00
NHD-24064WG-ATMI-VZ#_Rev1D
www.newhavendisplay.com
C-PO#-datecode-Serial Number
Made in China
E E
Revision:
Drawing/Part Number:
2. Voltage: 5.0V VDD Linear: ±0.3mm
NHD-24064WG-ATMI-VZ#
Size:
1D
F F
5. Backlight: Edge White LED This drawing is solely the property of Newhaven Display International, Inc.
6. Driver IC: RA6963N1 The information it contains is not to be disclosed, reproduced or copied in
whole or part without written approval from Newhaven Display.
1 2 3 4 5 6 7 8
Pin Description
Pin No. Symbol External Connection Function Description
1 FGND Power Supply Frame Ground
2 VSS Power Supply Ground
3 VDD Power Supply Power supply for logic (+5.0V)
4 V0 Adj. Power Supply Power supply for contrast (approx. -7V)
5 /WR MPU Active LOW Write signal
6 /RD MPU Active LOW Read signal
7 /CE MPU Active LOW chip enable
8 C/D MPU Register Select signal C/D=0: DATA C/D=1: COMMAND
9 VEE Power Supply Negative voltage output (-10V)
10 RESET MPU Active LOW reset signal
11~18 DBO~DB7 MPU 8-bit Bi-directional data bus
19 FS MPU Font Select: 1=6x8 fonts, 0=8x8 fonts
20 NC - No Connect
A LED+ Power Supply Backlight Anode (+3.5V)
K LED- Power Supply Backlight Cathode (Ground)
Wiring Diagram
4
Electrical Characteristics
Item Symbol Condition Min. Typ. Max. Unit
Operating Temperature Range TOP Absolute Max -20 - +70 ⁰C
Storage Temperature Range TST Absolute Max -30 - +80 ⁰C
Supply Voltage VDD - 4.5 5.0 5.5 V
Supply Current IDD VDD = 5.0V 8.2 16.5 33 mA
Supply for LCD (contrast) VLCD TOP = 25°C 12.1 12.5 12.9 V
“H” Level input VIH - 0.8*VDD - VDD V
“L” Level input VIL - VSS - 0.15*VDD V
“H” Level output VOH - VDD-0.3 - VDD V
“L” Level output VOL - VSS - 0.3 V
Optical Characteristics
Item Symbol Condition Min. Typ. Max. Unit
Top ϕY+ 0 - 20 ⁰
Optimal
Bottom ϕY- 0 - 40 ⁰
Viewing CR ≥ 2
Left θX- 0 - 30 ⁰
Angles
Right θX+ 0 - 30 ⁰
Contrast Ratio CR - 2 3 - -
Rise TR - 200 300 ms
Response Time TOP = 25°C
Fall TF - 250 350 ms
Controller Information
Built-in RA6963N1 Controller.
Please download specification at https://support.newhavendisplay.com/hc/en-us/articles/4414786723479-RA6963
5
Table of Commands
6
Timing Characteristics
7
Built-in Font Table
8
Example Initialization Program
void command(int A)
{
P1 = A;
ID = 1; //Command
CE = 0;
WRT = 0;
WRT = 1;
CE = 1;
}
void data(int A)
{
P1 = A;
ID = 0; //Data
CE = 0;
WRT = 0;
WRT = 1;
CE = 1;
}
void init()
{
RST = 1;
RDD = 1;
F_S = 1;
data(0x00);
data(0x00);
commnd(0x40); //Set Text Home Address
data(0x00); //Low Address Columns
data(0x40); //High Address
command(0x42); //Set Graphic Home Address
data(0x1E); //Low Address Columns
data(0x00); //High Address
command(0x41); //Set Text Area
data(0x1E); //Low Address Columns
data(0x00); //High Address
command(0x43); //Set Graphic Area
command(0x80); //Mode Set to 'OR' mode
}
9
Quality Information
Test Item Content of Test Test Condition Note
High Temperature storage Endurance test applying the high storage +80⁰C, 96 Hrs. 2
temperature for a long time.
Low Temperature storage Endurance test applying the low storage -30⁰C, 96 Hrs. 1,2
temperature for a long time.
High Temperature Endurance test applying the electric stress +70⁰C 96 Hrs. 2
Operation (voltage & current) and the high thermal
stress for a long time.
Low Temperature Endurance test applying the electric stress -20⁰C, 96 Hrs. 1,2
Operation (voltage & current) and the low thermal
stress for a long time.
High Temperature / Endurance test applying the electric stress +60⁰C, 90% RH, 96 Hrs. 1,2
Humidity Operation (voltage & current) and the high thermal
with high humidity stress for a long time.
Thermal Shock resistance Endurance test applying the electric stress -20⁰C,30min -> 25⁰C,5min ->
(voltage & current) during a cycle of low 70⁰C,30min = 1 cycle
and high thermal stress. 10 cycles
Vibration test Endurance test applying vibration to 10-55Hz, 1.5mm amplitude. 3
simulate transportation and use. 60 sec in each of 3 directions
X,Y,Z
For 15 minutes
Static electricity test Endurance test applying electric static VS=±800V, RS=330Ω, CS=150pF
discharge. 10 Times
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.
10