NHD C12832a1z FSW FBW 3V3
NHD C12832a1z FSW FBW 3V3
NHD C12832a1z FSW FBW 3V3
NHD-C12832A1Z-FSW-FBW-3V3
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
A A
B B
C C
NO. Symbol
1
2
3
4
D 5 D
6
7
8
9
10
11
12
13
14
E 15 E
16
17
Mechanical Drawing
A A
Recommended PCB Footprint
B B
C C
D D
E E
Standard Tolerance:
(Unless otherwise specified)
Drawing/Part Number: Revision:
Linear: ±0.3mm
Applicable Displays: NHD-C12832A1Z-Monochrome-Footprint -
1) NHD-C12832A1Z-FSW-FBW-3V3 Unless otherwise specified: Drawn By:
K. Lewis
Approved By:
K. Lewis
• Dimensions are in Millimeters
2) NHD-C12832A1Z-NSW-BBW-3V3 • Third Angle Projection
Drawn Date:
04/09/2024
Approved Date:
04/09/2024
F 3) NHD-C12832A1Z-FSR-FBW-3V3 F
This drawing is solely the property of Newhaven Display International, Inc.
4) NHD-C12832A1Z-FSB-FBW-3V3 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 V0 Power Supply 0.1µF – 1µF Capacitor to VSS
2 V1 Power Supply 0.1µF – 1µF Capacitor to VSS
3 V2 Power Supply 0.1µF – 1µF Capacitor to VSS
4 V3 Power Supply 0.1µF – 1µF Capacitor to VSS
5 V4 Power Supply 0.1µF – 1µF Capacitor to VSS
6 C2- Power Supply Connect 1µF – 2.2µF Capacitor to C2+ (pin 7)
7 C2+ Power Supply Connect 1µF – 2.2µF Capacitor to C2- (pin 6)
8 C1+ Power Supply Connect 1µF – 2.2µF Capacitor to C1- (pin 9)
9 C1- Power Supply Connect 1µF – 2.2µF Capacitor to C1+ (pin 8)
10 VOUT Power Supply Connect 1µF – 2.2µF Capacitor to VSS (pin 11)
11 VSS Power Supply Ground
12 VDD Power Supply Supply Voltage for LCD and Logic (+3V)
13 SI MPU Serial Data
14 SCL MPU Serial Clock
15 A0 MPU Register Select. A0=0: Instruction, A0=1: Data
16 /RST MPU Active LOW Reset signal
17 /CS1 MPU Active LOW Chip Select signal
A LED+ Power Supply Backlight Anode(+3V )
K LED- Power Supply Backlight Cathode (Ground)
Recommended LCD connector: 1.5mm pitch pins, solder directly into PCB
Backlight connector: 1.2mm Wide pins, solder directly into PCB Mates with: ---
Recommended Breakout Board: NHD-PCB12832A1Z
Wiring Diagram
5
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 - 2.7 3.0 3.3 V
Supply Current TOP =25℃, 0.1 0.4 1 mA
IDD VDD=3.0V
Supply for LCD (contrast) VLCD TOP =25℃ 5.8 6.0 6.2 V
“H” Level input VIH - 0.8 *VDD - VDD V
“L” Level input VIL - VSS - 0.2 * VDD V
“H” Level output VOH - 0.8 * VDD - VDD V
“L” Level output VOL - VSS - 0.2 * VDD V
Optical Characteristics
Item Symbol Condition Min. Typ. Max. Unit
Top ϕY+ - 20 - ⁰
Optimal
Bottom ϕY- - 40 - ⁰
Viewing CR ≥ 2
Left θX- - 40 - ⁰
Angles
Right θX+ - 40 - ⁰
Contrast Ratio CR - 2 8 - -
Rise TR - 200 250 ms
Response Time TOP = 25°C
Fall TF - 250 320 ms
Controller Information
Built-in ST7565R Controller: https://support.newhavendisplay.com/hc/en-us/articles/4414899357591-ST7565R
6
Table of Commands
7
Timing Characteristics
8
9
Example Initialization Program
void data_out(unsigned char i) //Data Output Serial Interface
{
unsigned int n;
CS = 0;
A0 = 1;
for(n=0; n<8; n++){
i <<=1;
SCL = 0;
P1 = i;
delay(2);
SCL = 1;
}
CS = 1;
}
void comm_out(unsigned char j) //Command Output Serial Interface
{
unsigned int n;
CS = 0;
A0 = 0;
for(n=0; n<8; n++){
j <<=1;
SCL = 0;
P1 = j;
delay(2);
SCL = 1;
}
CS = 1;
}
/****************************************************
* Initialization For controller *
*****************************************************/
void init_LCD()
{
comm_out(0xA0);
comm_out(0xAE);
comm_out(0xC0);
comm_out(0xA2);
comm_out(0x2F);
comm_out(0x21);
comm_out(0x81);
comm_out(0x3F);
}
/*****************************************************/
10
Quality Information
Test Item Content of Test Test Condition Note
High Temperature storage Endurance test applying the high storage +80⁰C, 96hrs 2
temperature for a long time.
Low Temperature storage Endurance test applying the low storage -30⁰C, 96hrs 1,2
temperature for a long time.
High Temperature Endurance test applying the electric stress +70⁰C, 96hrs 2
Operation (voltage & current) and the high thermal
stress for a long time.
Low Temperature Endurance test applying the electric stress -20⁰C, 96hrs 1,2
Operation (voltage & current) and the low thermal
stress for a long time.
High Temperature / Endurance test applying the electric stress +40⁰C, 90% RH, 96hrs 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 -> 70⁰C, 60min
(voltage & current) during a cycle of low = 1 cycle
and high thermal stress. For 20 cycles
Vibration test Endurance test applying vibration to 10-50Hz, 5G amplitude. 3
simulate transportation and use. 30min in each of 3 directions X, Y, Z
Static electricity test Endurance test applying electric static Air: ±8kV 150pF/330Ω, 5 Times
discharge. Contact: ±4kV 150pF/330Ω, 5 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.
11