NHD-C160100AZ-RN-GBW Newhaven Display, NHD-C160100AZ-RN-GBW Datasheet

LCD COG GRAPH 160X100 REFLECT

NHD-C160100AZ-RN-GBW

Manufacturer Part Number
NHD-C160100AZ-RN-GBW
Description
LCD COG GRAPH 160X100 REFLECT
Manufacturer
Newhaven Display
Series
NHD-C160100AZ-Rr
Datasheet

Specifications of NHD-C160100AZ-RN-GBW

Display Type
STN - Super-Twisted Nematic
Display Mode
Reflective
Viewing Area
38.50mm L x 25.20mm W
Backlight
Without Backlight
Dot Size
0.20mm W x 0.20mm H
Dot Pitch
0.22mm x 0.22mm
Dot Pixels
160 x 100
Pixel Density
160 x 100
Fluid Type
STN
Module Size (w X H X T)
41.5 mm x 36 mm x 2.1 mm
Backlighting
None
Operating Temperature Range
- 20 C to + 70 C
Product
Graphic LCD Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Interface
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
NHD-C160100AZ-RN-GBW
Manufacturer:
Newhaven Display Intl
Quantity:
135
 
 
NHD‐C160100AZ‐RN‐GBW 
COG (Chip‐On‐Glass) Liquid Crystal Display Module 
 
NHD‐   
C160100‐ 
AZ‐ 
R‐ 
N‐ 
G‐ 
B‐ 
W‐ 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Newhaven Display 
160 x 100 pixels 
Model 
Reflective 
No backlight 
STN‐ Gray 
6:00 view 
Wide Temp (‐20°C ~ +70°C) 
RoHS Compliant 
 
 
 
 
nhtech@newhavendisplay.com   
 
 
 
 
 
 
 
 
 
 
 
 
www.newhavendisplay.com 
Newhaven Display International, Inc. 
2511 Technology Drive, Suite 101 
Elgin IL, 60124 
Ph: 847‐844‐8795 
 
[1] 
nhsales@newhavendisplay.com 
Fax: 847‐844‐8796 

Related parts for NHD-C160100AZ-RN-GBW

NHD-C160100AZ-RN-GBW Summary of contents

Page 1

... NHD‐C160100AZ‐RN‐GBW  COG (Chip‐On‐Glass) Liquid Crystal Display Module    NHD‐    Newhaven Display  C160100‐  160 x 100 pixels  AZ‐    Model  R‐    ...

Page 2

Document Revision History  Revision  Date  0  10/31/2007  1  9/14/2009  2  10/14/2009  3  12/08/2009  Updated Block Diagram, Pins 4 and 5, and Timing            Functions and Features  • 160 x 100 pixels  • Built‐in ST7528 controller   • +3.0V power supply  • 1/100 duty; 1/11 bias  • RoHS Compliant    Description  Initial Release  User guide reformat  Updated Electrical Characteristic  Characteristics  [2]  Changed by  ‐  BE  MC  MC  ...

Page 3

... Mechanical Drawing 8 Newhaven Display NHD-C160100AZ-RN-GBW PIN ASSIGNMENT 1 CSB 2 RST /WR 5 /RD 6 DB0 7 DB1 8 DB2 9 DB3 DB4 10 11 DB5 DB6 12 DB7 13 VDD 14 VSS 15 VOUT ...

Page 4

Pin Description and Wiring Diagram  Pin No.  Symbol  External  Connection  1  CSB  MPU  2  RST  MPU  3  A0  MPU  4  /WR  MPU  5  /RD  MPU  6‐13  DB0‐DB7  MPU  14  VDD  Power Supply  15  Vss  Power Supply  16  VOUT  Power Supply  17  V4  Power Supply  18  V3  Power Supply  19  V2  ...

Page 5

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      Optical Characteristics  Item  Viewing Angle ‐ Vertical  Viewing Angle ‐ Horizontal  Contrast Ratio  Response Time (rise)  Response Time (fall)          Controller Information  Built‐in ST7528. Download specification at http://www.newhavendisplay.com/app_notes/ST7528.pdf          Symbol  Condition Top  Absolute Max Tst  Absolute Max VDD  Ta=25 , VDD=3.0V ...

Page 6

          [6]      ...

Page 7

Table of Commands        [7]      ...

Page 8

Example Initialization Program    //‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐    void write_command(unsigned char datum)  {   A0=0;           E=1;           P1 = datum;         CS1=0;           RW=0;           RW=1;           CS1=1;          ...

Page 9

//start settings for 16‐level grayscale  [9]  ...

Page 10

[10]  ...

Page 11

        write_command(0xb3);          write_command(0x35);            write_command(0xb4);          write_command(0x38);          write_command(0xb5);          write_command(0x38);          write_command(0xb6);          write_command(0x38);          write_command(0xb7);          write_command(0x38);            write_command(0xb8);          write_command(0x3a);          write_command(0xb9);          write_command(0x3a);          write_command(0xba);          write_command(0x3a);          write_command(0xbb);          write_command(0x3a);            write_command(0xbc);          write_command(0x3c);          write_command(0xbd);          write_command(0x3c);          write_command(0xbe);          write_command(0x3c);          write_command(0xbf);          write_command(0x3c);    //end settings for 16‐level grayscale          write_command(0x38);          write_command(0x74);               write_command(0xaf);     //Display ON  }    //‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐       ...

Page 12

Quality Information  Test Item  High Temperature storage  storage temperature for a long time.  Low Temperature storage  Endurance test applying the low storage  temperature for a long time.  High Temperature  Endurance test applying the electric stress  Operation  (voltage & current) and the high thermal  stress for a long time.  Low Temperature  Endurance test applying the electric stress  Operation  (voltage & current) and the low thermal  stress for a long time.  High Temperature /  Endurance test applying the electric stress  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  (voltage & current) during a cycle of low  and high thermal stress.   Vibration test  Endurance test applying vibration to  simulate transportation and use.  Static electricity test  Endurance test applying electric static  discharge.  Note 1: No condensation to be observed.  Note 2: Conducted after 4 hours of storage at 25 Note 3:  Test performed on product itself, not inside a container.          ...

Related keywords