NHD-0108BZ-FSY-YBW-33V3 NEWHAVEN | Alldatasheet
Document overview
- Manufacturer or author: Provided By ALLDATASHEET.COM(FREE DATASHEET DOWNLOAD SITE)
- PDF pages: 10
Technical content
[1] NHD-0108BZ-FSY-YBW-33V3 Character Liquid Crystal Display Module NHD- Newhaven Display 0108- 1 line x 8 characters BZ- Model F- Transflective SY- Side Yellow/Green LED Backlight Y- STN- Yellow/Green B- 6:00 view W- Wide Temperature (-20°C~+70°C) 33V3- 3.3 VDD, 3 Volt Backlight RoHS Compliant Newhaven Display International, Inc.
2511 Technology Drive, Suite 101
Elgin IL, 60124 Ph: 847-844-8795 Fax: 847-844-8796 www.newhavendisplay.com nhtech@newhavendisplay.com nhsales@newhavendisplay.com
[2] Document Revision History Revision Date Description Changed by 0 10/31/2011 33V – improved liquid; VDD = 3.3V SB Functions and Features
- 1 line x 8 characters
- Built-in controller (ST7066U or equivalent)
- +3.3V power supply
- 1/8 duty, 1/4 bias
- RoHS compliant
[3] PIN ASSIGNMENT VSS VDD RS SCALE=3.0:1 DOTS DETAIL RW 5 DB0 7 DB1 8 DB2 9 DB3 10 DB4 11 DB5 12 DB6 13 DB7 14 Notes: 1). Driver Method: 1/8duty, 1/4bias, VDD 3.3V, VLCD3.2V 2). Display Type: STN-YG/Positive/Transflective/6:00 Visual Angle 3). Operating Temp: -20° C~70° C/Storage Temp: -30° C~80° C 4). Backlight Type: Edge/Yellow-green 5). Driver: ST7066U or equivalent/4bit or 8bit MPU 6). RoHS Compliant 1 2 13 14 Mechanical Drawing Model Name: NHD-0108BZ-FSY-YBW-33V3
[4] Pin Description and Wiring Diagram Pin No. Symbol External Connection Function Description
1 VSS Power Supply Ground
2 VDD Power Supply Supply Voltage for logic and backlight (+3 .3 V) 3 V0 Adj Power Supply Pow er supply for contrast (approx. 0.1 V) 4 RS MPU Register select signal. RS=0: Command, RS=1: Data
5 R/W MPU Read/Write select signal, R/W=1: Read R/W: =0: Write
6 E MPU Operation enable signal. Falling edge triggered. 7-10 DB0 – DB 3 MPU Four low order bi -directional three -state data bus lines. These four are not used during 4-bit operation. 11 -14 DB4 – DB7 MPU Four high order bi -directional three -state data bus lines. Recommended LCD connector: 2.54mm pitch pins Backlight connector: --- Mates with: ---
[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 - 3.3 5.5 V Supply Current IDD Ta=25°C, VDD=3 .3V - 1. 0 1.5 mA Supply for LCD (contrast) VDD -V0 Ta=25°C - 3.2 - V “H” Level input Vih 0.7 VDD - VDD V “L” Level input Vil 0 - 0.6 V “H” Level output Voh 0.75 VDD - - V “L” Level output Vol - - 0.2 VDD V Backlight Supply Voltage Vled - - 3.0 - V Backlight Supply Current Iled Vled=3.0V 30 45 60 mA Optical Characteristics Item Symbol Condition Min. Typ. Max. Unit Viewing Angle – Vertical (top) AV Cr ≥ 2 - 25 - ⁰ Viewing Angle -Vertical (bottom) AV Cr ≥ 2 - 70 - ⁰ Viewing Angle – Horizontal (left) AH Cr ≥ 2 - 30 - ⁰ Viewing Angle – Horizontal (right) AH Cr ≥ 2 - 30 - ⁰ Contrast Ratio Cr - 2 - - Response Time (rise) Tr - - 120 150 ms Response Time (fall) Tf - - 120 150 ms Controller Information Built-in ST7066U. Download specification at http://www.newhavendisplay.com/app_notes/ST7066U.pdf Display character address code 1 2 3 4 5 6 7 8 00 01 02 03 04 05 06 07 40 41 42 43 44 45 46 47
[6] Command Table Instruction Instruction code
Description
time (fosc=
270 KHZ RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0
Write “20H” to DDRA and set DDRAM address to “00H” from AC 1.53ms Return Home 0 0 0 0 0 0 0 0 1 - Set DDRAM address to “00H” From AC and return cursor to Its original position if shifted. The contents of DDRAM are not changed. 1.53ms Entry mode Set 0 0 0 0 0 0 0 1 I/D SH Assign cursor moving direction And blinking of entire display 39us Display ON/ OFF control 0 0 0 0 0 0 1 D C B Set display (D), cursor (C), and Blinking of cursor (B) on/off Control bit. Cursor or Display shift 0 0 0 0 0 1 S/C R/L - - Set cursor moving and display Shift control bit, and the Direction, without changing of DDRAM data. 39us Function set 0 0 0 0 1 DL N F - - Set interface data length (DL: 8- Bit/4-bit), numbers of display Line (N: =2-line/1-line) and, Display font type (F: 5x11/5x8) 39us Set CGRAM Address 0 0 0 1 AC5 AC4 AC3 AC2 AC1 AC0 Set CGRAM address in address counter. 39us Set DDRAM Address 0 0 1 AC6 AC5 AC4 AC3 AC2 AC1 AC0 Set DDRAM address in address counter. 39us Read busy Flag and Address 0 1 BF AC6 AC5 AC4 AC3 AC2 AC1 AC0 Whether during internal Operation or not can be known By reading BF. The contents of Address counter can also be read. 0us Write data T o Address 1 0 D7 D6 D5 D4 D3 D2 D1 D0 Write data into internal RAM (DDRAM/CGRAM). 43us Read data From RAM 1 1 D7 D6 D5 D4 D3 D2 D1 D0 Read data from internal RAM (DDRAM/CGRAM). 43us
[7] Built-in Font Table
[8] 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 >= 300ns E = 0; //Clock enable: falling edge void write(char i) P1 = i; //put data on output Port D_I =1; //D/I=LOW : send data R_W =0; //R/W=LOW : Write E = 1; Delay(1); //enable pulse width >= 300ns E = 0; //Clock enable: falling edge void init() E = 0; Delay(100); //Wait >15 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
[9] 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 >= 300ns E = 0; //Clock enable: falling edge void init() P1 = 0; P3 = 0; Delay(100); //Wait >15 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
[10] Quality Information Test Item Content of Test Test Condition Note High Temperature storage Endurance test applying the high storage temperature for a long time. +80 ⁰C , 48 hrs 2 Low Temperature storage Endurance test applying the low storage temperature for a long time. -30 ⁰C , 48 hrs 1,2 High Temperature Operation Endurance test applying the electric stress (voltage & current) and the high thermal stress for a long time. +70⁰C 48 hrs 2 Low Temperature Operation Endurance test applying the electric stress (voltage & current) and the low thermal stress for a long time. -20 ⁰C , 48 hrs 1,2 High Temperature / Humidity Operation Endurance test applying the electric stress (voltage & current) and the high thermal with high humidity stress for a long time. +40⁰C , 90% RH , 48 hrs 1,2 Th ermal Shock resistance Endurance test applying the electric stress (voltage & current) during a cycle of low and high thermal stress. 0⁰C,30min -> 25 ⁰C,5min -> 50⁰C,30min = 1 cycle 10 cycles Vibration test Endurance test applying vibration to simulate transportation and use. 10 -55Hz , 15mm amplitude. 60 sec in each of 3 directions X,Y,Z For 15 minutes Static electricity test Endurance test applying electric static discharge. 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 and Terms & Conditions http://www.newhavendisplay.com/index.php?main_page=terms