NHD-C0216CU-FN-GBW-3V

NHD-C0216CU-FN-GBW-3V

  • 厂商:

    NEWHAVEN

  • 封装:

    -

  • 描述:

    LCD COG CHAR 2X16 NO TRANSFL

  • 数据手册
  • 价格&库存
NHD-C0216CU-FN-GBW-3V 数据手册
NHD-C0216CU-FN-GBW-3V COG (Chip-on-Glass) Liquid Crystal Display Module NHDC0216CUFNGBW3V- Newhaven Display COG, 2 Lines x 16 Characters Model Transflective No LED Backlight STN Positive Gray 6:00 View Angle Wide Temp 3VDD 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 [1] Document Revision History Revision 0 1 2 3 4 5 6 Date 9/18/2007 4/27/2009 10/9/2009 3/3/2010 8/5/2010 7/5/2019 8/8/19 Description Initial Release User guide reformat Updated Electrical Characteristics Updated Pin 16 and Pin 17 Electrical Characteristics Update Added PCB Footprint Drawing Datasheet Reformat Functions and Features • • • • • • • 2 lines x 16 characters Built-in ST7032 controller 3V power supply 8-bit parallel data input from MPU 1/16 duty, 1/5 bias RoHS Compliant No CGRAM available [2] Changed by BE MC MC MP AS SB 1 2 3 4 5 6 SYMBOL 7 8 REVISION DATE A A B B C C D D E E F Notes: 1. Driver: 2. Voltage: 3. Display Mode: 4. Op�mal View: 5. Driver IC: 1 1/16 Duty, 1/5 Bias 3V VDD STN Posi�ve / Gray / Transflec�ve 6:00 ST7032i-0D - 8/4 Bit Parallel Interface 2 3 STANDARD TOLERANCE: (UNLESS OTHERWISE SPECIFIED) LINEAR: ±0.3mm DRAWN BY: - DIMENSIONS ARE IN MILLIMETERS DRAWN DATE: - THIRD ANGLE PROJECTION 5 6 1.0 NHD-C0216CU-FN-GBW UNLESS OTHERWISE SPECIFIED: 4 REVISION: DRAWING/PART NUMBER: A. Shah 7/5/19 APPROVED BY: APPROVED DATE: DO NOT SCALE DRAWING SIZE: A3 A. Khan SCALE: NS 7/5/19 SHEET 1 OF 1 THIS DRAWING IS SOLELY THE PROPERTY OF NEWHAVEN DISPLAY INTERNATIONAL, INC. THE INFORMATION IT CONTAINS IS NOT TO BE DISCLOSED, REPRODUCED OR COPIED IN WHOLE OR PART WITHOUT WRITTEN APPROVAL FROM NEWHAVEN DISPLAY. 7 8 F 1 2 3 4 5 6 SYMBOL A 7 8 REVISION DATE Recommended PCB Footprint A B B C C D D E E STANDARD TOLERANCE: (UNLESS OTHERWISE SPECIFIED) Applicable Displays: 1) NHD-C0216CU-FN-GBW-3V LINEAR: ±0.3mm NHD-C0216CU-FN-Footprint DRAWN BY: UNLESS OTHERWISE SPECIFIED: - DIMENSIONS ARE IN MILLIMETERS F DRAWN DATE: - THIRD ANGLE PROJECTION 1 2 3 4 5 6 REVISION: DRAWING/PART NUMBER: A. Shah 7/2/19 APPROVED BY: APPROVED DATE: DO NOT SCALE DRAWING 1.0 SIZE: A3 A. Khan SCALE: NS 7/2/19 SHEET 1 OF 1 THIS DRAWING IS SOLELY THE PROPERTY OF NEWHAVEN DISPLAY INTERNATIONAL, INC. THE INFORMATION IT CONTAINS IS NOT TO BE DISCLOSED, REPRODUCED OR COPIED IN WHOLE OR PART WITHOUT WRITTEN APPROVAL FROM NEWHAVEN DISPLAY. 7 8 F Pin Description and Wiring Diagram Pin No. 1 2 3 4 5-12 13 14 15 16 Symbol XRESET RS R/W E DB0-DB7 VSS VDD VOUT CAP1P 17 CAP1N External Connection MPU MPU MPU MPU MPU Power Supply Function Description Active LOW Reset Signal Register Select signal. RS=0: instruction; RS=1: data Read/Write select signal, R/W=1: Read; R/W: =0: Write Operation enable signal. Falling edge triggered. 8-bit bi-directional data bus lines Ground Power supply for logic for LCD (3.0V) DC/DC voltage converter. Connect to 1uF capacitor to VDD Voltage booster circuit. Connect to 0.47uF-2.2uF cap to PIN17. Voltage booster circuit. Connect to 0.47uF-2.2uF cap to PIN16. Recommended LCD connector: 1.5mm pitch pins Backlight connector: --- Mates with: - -Recommended Breakout Board: NHD-PCB40 [5] Electrical Characteristics Item Operating Temperature Range Storage Temperature Range Supply Voltage Supply Current Supply for LCD (contrast) “H” Level input “L” Level input Symbol TOP TST VDD IDD VDD-Vo VIH VIL Condition Absolute Max Absolute Max TOP = 25°C Symbol ϕY+ ϕYθXθX+ CR TR TF Condition - Min. -20 -30 2.7 4.8 0.7 * VDD - Typ. 3.0 0.295 5.0 - Max. +70 +80 3.5 1.0 5.2 VDD 0.2 * VDD Unit ⁰C ⁰C V mA V V V Min. 3 - Typ. 25 45 35 35 150 200 Max. 250 300 Unit ° ° ° ° ms ms Optical Characteristics Optimal Viewing Angles Item Top Bottom Left Right Contrast Ratio Response Time Rise Fall CR ≥ 2 TOP = 25°C Controller Information Built-in ST7032 Controller. Please download specification at http://www.newhavendisplay.com/app_notes/ST7032.pdf DDRAM Address 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F [6] Table of Commands [7] [8] Timing Characteristics Built-in Font Table [9] [10] Example Initialization Program /********************************************************************************/ /********************************************************************************/ void init() //initialize the LCD { P3 = 1; P1 = 1; RST = 0; delay(2); RST = 1; delay(20); Writecom(0x30); delay(2); Call writecom(0x30); Call writecom(0x30); Call writecom(0x39); Call writecom(0x14); Call writecom(0x56); Call writecom(0x6D); //RESET //end reset //wake up //wake up //wake up //function set //internal osc frequency //power control //follower control Call writecom(0x70); //contrast Call writecom(0x0C); //display on Call writecom(0x06); //entry mode Call writecom(0x01); //clear delay(10); } /********************************************************************************/ void writecom(int c) { CS = 0; //CS RS = 0; //A0 = Command P1 = d; CS = 1; } /********************************************************************************/ void writedata(int d) { CS = 0; //CS RS = 1; //A0 = Data P1 = d; CS = 1; } /********************************************************************************/ /********************************************************************************/ [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, 96hrs 1,2 +70⁰C, 96hrs 2 -20⁰C, 96hrs 1,2 +40⁰C, 90% RH, 96hrs 1,2 0⁰C,30min -> 25⁰C,5min -> 50⁰C,30min = 1 cycle 10 cycles 10-55Hz , 1.5mm 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 and Terms & Conditions http://www.newhavendisplay.com/index.php?main_page=terms [12] Note +80⁰C, 96hrs 3
NHD-C0216CU-FN-GBW-3V 价格&库存

很抱歉,暂时无法提供与“NHD-C0216CU-FN-GBW-3V”相匹配的价格&库存,您可以联系我们找货

免费人工找货