NHD 0216BZ FL YBW. Character Liquid Crystal Display Module

Size: px
Start display at page:

Download "NHD 0216BZ FL YBW. Character Liquid Crystal Display Module"

Transcription

1 NHD 26BZ FL YBW Character Liquid Crystal Display Module NHD Newhaven Display 26 2 lines x 6 characters BZ Model F Transflective L Yellow/Green LED Backlight Y STN Yellow/Green B 6: view W Wide Temperature ( 2 C~+7 C) RoHS Compliant Newhaven Display International, Inc. 25 Technology Drive, Suite Elgin IL, 624 Ph: Fax: nhtech@newhavendisplay.com nhsales@newhavendisplay.com

2 Document Revision History Revision Date Description Changed by 3/3/29 Initial Release 2/2/29 User Guide Reformat BE 2 /7/2 Optical revised BE Functions and Features 2 lines x 6 characters Built in controller (SPLC78D or equivalent) +5.V Power Supply /6 duty, /5 bias RoHS compliant

3 Mechanical Drawing

4 Pin Description and Wiring Diagram Pin No. Symbol External Function Description Connection VSS Power Supply Ground 2 VDD Power Supply Supply Voltage for logic (+5.V) 3 V Adj Power Supply Power supply for contrast (approx..5v) 4 RS MPU Register select signal. RS=: Command, RS=: Data 5 R/W MPU Read/Write select signal, R/W=: Read R/W: =: Write 6 E MPU Operation enable signal. Falling edge triggered. 7 DB DB3 MPU Four low order bi directional three state data bus lines. These four are not used during 4 bit operation. 4 DB4 DB7 MPU Four high order bi directional three state data bus lines. 5 LED+ Power Supply Power supply for LED Backlight (+5.V via on board resistor) 6 LED Power Supply Ground for Backlight 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 2 +7 ⁰C Storage Temperature Range Tst Absolute Max 3 +8 ⁰C Supply Voltage VDD V Supply Current IDD Ta=25 C, VDD=5.V ma Supply for LCD (contrast) VDD V Ta=25 C 4.5 V H Level input Vih 2.2 VDD V L Level input Vil.6 V H Level output Voh 2.4 V L Level output Vol.4 V Backlight Supply Voltage Vled 5. V Backlight Supply Current Iled Vled=5.V 2 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 7 ⁰ Viewing Angle Horizontal (left) AH Cr 2 3 ⁰ Viewing Angle Horizontal (right) AH Cr 2 3 ⁰ Contrast Ratio Cr 2 Response Time (rise) Tr 2 5 ms Response Time (fall) Tf 2 5 ms Controller Information Built in SPLC78D. Download specification at

6 Table of Commands

7 Timing Characteristics

8 Built in Font Table

9 Example Initialization Program 8-bit Initialization: /**********************************************************/ void command(char i) { P = i; //put data on output Port D_I =; //D/I=LOW : send instruction R_W =; //R/W=LOW : Write E = ; Delay(); //enable pulse width >= 3ns E = ; //Clock enable: falling edge } /**********************************************************/ void write(char i) { P = i; //put data on output Port D_I =; //D/I=LOW : send data R_W =; //R/W=LOW : Write E = ; Delay(); //enable pulse width >= 3ns E = ; //Clock enable: falling edge } /**********************************************************/ void init() { E = ; Delay(); //Wait >5 msec after power is applied command(x3); //command x3 = Wake up Delay(3); //must wait 5ms, busy flag not available command(x3); //command x3 = Wake up #2 Delay(); //must wait 6us, busy flag not available command(x3); //command x3 = Wake up #3 Delay(); //must wait 6us, busy flag not available command(x38); //Function set: 8-bit/2-line command(x); //Set cursor command(xc); //Display ON; Cursor ON command(x6); //Entry mode set } /**********************************************************/

10 4-bit Initialization: /**********************************************************/ void command(char i) { P = i; //put data on output Port D_I =; //D/I=LOW : send instruction R_W =; //R/W=LOW : Write Nybble(); //Send lower 4 bits i = i<<4; //Shift over by 4 bits P = i; //put data on output Port Nybble(); //Send upper 4 bits } /**********************************************************/ void write(char i) { P = i; //put data on output Port D_I =; //D/I=HIGH : send data R_W =; //R/W=LOW : Write Nybble(); //Clock lower 4 bits i = i<<4; //Shift over by 4 bits P = i; //put data on output Port Nybble(); //Clock upper 4 bits } /**********************************************************/ void Nybble() { E = ; Delay(); //enable pulse width >= 3ns E = ; //Clock enable: falling edge } /**********************************************************/ void init() { P = ; P3 = ; Delay(); //Wait >5 msec after power is applied P = x3; //put x3 on the output port Delay(3); //must wait 5ms, busy flag not available Nybble(); //command x3 = Wake up Delay(); //must wait 6us, busy flag not available Nybble(); //command x3 = Wake up #2 Delay(); //must wait 6us, busy flag not available Nybble(); //command x3 = Wake up #3 Delay(); //can check busy flag now instead of delay P= x2; //put x2 on the output port Nybble(); //Function set: 4-bit interface command(x28); //Function set: 4-bit/2-line command(x); //Set cursor command(xf); //Display ON; Blinking cursor command(x6); //Entry Mode set } /**********************************************************/

11 Quality Information Test Item Content of Test Test Condition Note High Temperature storage Endurance test applying the high +8⁰C, 48hrs 2 storage temperature for a long time. Low Temperature storage Endurance test applying the low storage 3⁰C, 48hrs,2 temperature for a long time. High Temperature Operation Endurance test applying the electric stress (voltage & current) and the high thermal stress for a long time. +7⁰C 48hrs 2 Low Temperature Operation High Temperature / Humidity Operation Thermal Shock resistance Vibration test 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. Static electricity test Endurance test applying electric static discharge. Note : No condensation to be observed. Note 2: Conducted after 4 hours of storage at 25⁰C, %RH. Note 3: Test performed on product itself, not inside a container. Precautions for using LCDs/LCMs See Precautions at Warranty Information and Terms & Conditions 2⁰C, 48hrs,2 +4⁰C, 9% RH, 48hrs,2 ⁰C,3min > 25⁰C,5min > 5⁰C,3min = cycle cycles 55Hz, 5mm amplitude. 6 sec in each of 3 directions X,Y,Z For 5 minutes VS=8V, RS=.5kΩ, CS=pF One time 3

12 DATA SHEET SPLC78D 6COM/4SEG Controller/Driver Preliminary AUG. 6, 23 Version. SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLOGY CO. is believed to be accurate and reliable. However, SUNPLUS TECHNOLOGY CO. makes no warranty for any errors which may appear in this document. Contact SUNPLUS TECHNOLOGY CO. to obtain the latest version of device specifications before placing your order. No responsibility is assumed by SUNPLUS TECHNOLOGY CO. for any infringement of patent or other rights of third parties which may result from its use. In addition, SUNPLUS products are not authorized for use as critical components in life support devices/ systems or aviation devices/systems, where a malfunction or failure of the product may reasonably be expected to result in significant injury to the user, without the express written approval of Sunplus.

13 SPLC78D Table of Contents PAGE. GENERAL DESCRIPTION FEATURES BLOCK DIAGRAM SIGNAL DESCRIPTIONS ORDERING INFORMATION FUNCTIONAL DESCRIPTIONS OSCILLATOR CONTROL AND DISPLAY INSTRUCTIONS INSTRUCTION TABLE BIT OPERATION AND 8-DIGIT -LINE DISPLAY (USING INTERNAL RESET) BIT OPERATION AND 8-DIGIT -LINE DISPLAY (USING INTERNAL RESET) BIT OPERATION AND 8-DIGIT 2-LINE DISPLAY (USING INTERNAL RESET) RESET FUNCTION DISPLAY DATA RAM (DD RAM) TIMING GENERATION CIRCUIT LCD DRIVER CIRCUIT CHARACTER GENERATOR ROM (CG ROM) CHARACTER GENERATOR RAM (CG RAM) CURSOR /BLINK CONTROL CIRCUIT INTERFACING TO MPU SUPPLY VOLTAGE FOR LCD DRIVE REGISTER --- IR (INSTRUCTION REGISTER ) AND DR (DATA REGISTER) BUSY FLAG (BF) ADDRESS COUNTER (AC) I/O PORT CONFIGURATION ELECTRICAL SPECIFICATIONS ABSOLUTE MAXIMUM RATINGS DC CHARAC TERISTICS (VDD = 2.7V TO 4.5V, T A = 25 ) AC CHARACTERISTICS (VDD = 2.7V TO 4.5V, T A = 25 ) DC CHARACTERISTICS (VDD = 4.5V TO 5.5V, TA = 25 ) AC CHARACTERISTICS (VDD = 4.5V TO 5.5V, T A = 25 ) APPLICATION CIRCUITS R-OSCILLATOR INTERFACE TO MPU SPLC78D A PPLICATION CIRCUIT APPLICATIONS FOR LCD CHARACTER GENERATOR ROM SPLC78D PACKAGE/PAD LOCATIONS PAD ASSIGNMENT AND LOCATIONS PACKAGE CONFIGURATION PACKAGE INFORMATION DISCLAIMER REVISION HISTORY AUG. 6, 23 Preliminary Version:.

14 SPLC78D 6COM/4SEG CONTROLLER/DRIVER. GENERAL DESCRIPTION The SPLC78D, a dot-matrix LCD controller and driver from SUNPLUS, is a unique design for displaying alpha-numeric, Japanese-Kana characters and symbols. The SPLC78D provides two types of interfaces to MPU: 4-bit and 8-bit interfaces. The transferring speed of 8-bit is twice faster than 4-bit. A single SPLC78D is able to display up to two 8-character lines. By cascading with SPLC or SPLC63, the display capability can be extended. The CMOS technology ensures the power saves in the most efficient way and the performance keeps in the highest rank. 2. FEATURES Character generator ROM: 88 bits Character font 5 x 8 dots: 92 characters Character font 5 x dots: 64 characters Character generator RAM: 52 bits Character font 5 x 8 dots: 8 characters Character font 5 x dots: 4 characters 4-bit or 8-bit MPU interfaces Direct driver for LCD: 6 COMs x 4 SEGs Duty factor (selected by program): /8 duty: line of 5 x 8 dots / duty: line of 5 x dots /6 duty: 2 lines of 5 x 8 dots / line Built-in power on automatic reset circuit Built-in oscillator circuit (with external resistor) Support external clock operation Low Power Consumption Package form: 8 QFP or bare chip available 3. BLOCK DIAGRAM OSC OSC2 Timing Generation Circuit CL,CL2 M VDD VSS DB-DB3 DB4-DB7 RS R/W E Power Supply for LCD Drive : (V-V5) I / O Buffer Parallel to Serial Data Conversion Circuit Busy Flag 8 8 Data Register Instruction Register Character Generator ROM Instruction Decorder 7 Character Generator RAM Address Counter Cursor Blink Control Circuit 8 Display Data RAM 8 Bytes 4-bit Shift Register Latch Circuit 4 6-bit Shift Register 4 4 Segments x 6 Commons 6 LCD Driver D COM- COM6 SEG- SEG4 3 AUG. 6, 23 Preliminary Version:.

15 SPLC78D 4. SIGNAL DESCRIPTIONS Mnemonic PIN No. Type Description VDD 33 I Power input VSS 23 I Ground OSC OSC Both OSC and OSC2 are connected to resistor for internal oscillator circuit. For external clock operation, the clock is input to OSC. V - V I Supply voltage for LCD driving. E 38 I A start signal for reading or writing data. R/W 37 I A signal for selecting read or write actions. : Read, : Write. RS 36 I A signal for selecting registers. : Data Register (for read and write) : Instruction Register (for write), Busy flag - Address Counter (for read). DB - DB I/O Low 4-bit data DB4 - DB I/O High 4-bit data CL 3 O Clock to latch serial data D. CL2 32 O Clock to shift serial data D. M 34 O Switch signal to convert LCD waveform to AC. D 35 O Sends character pattern data corresponding to each common signal serially. : Selection, : Non-selection. SEG - SEG O Segment signals for LCD. SEG23 - SEG COM - COM O Common signals for LCD. 4.. Ordering Information Product Number SPLC78D-NnnV-C SPLC78D-NnnV-PQ5 Note: Code number is assigned for customer. Note2: Code number (N = A - Z or - 9, nn = - 99); version (V = A - Z). Chip form Package Type Package form - QFP 8L 4 AUG. 6, 23 Preliminary Version:.

16 SPLC78D 5. FUNCTIONAL DESCRIPTIONS 5.. Oscillator SPLC78D oscillator supports not only the internal oscillator operation, but also the external clock operation Control and Display Instructions Control and display instructions are described in details as follows: S = I / D = It shifts the display to the left S = I / D = It shifts the display to the right Display ON/OFF control Clear display Code RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB D C B RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Code It clears the entire display and sets Display Data RAM Address in Address Counter Return home D = : Display on, D = : Display off C = : Cursor on, C = : Cursor off B = : Blinks on, B= : Blinks off 5 x 8 dot character font 5 x dot character font Code RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB X 8th line X: Do not care ( or ) Cursor th line It sets Display Data RAM Address in Address Counter and the display returns to its original position. The cursor or blink goes to the most-left side of the display (to the st line if 2 lines are displayed). The contents of the Display Data RAM do not change Entry mode set Cursor or display shift Without changing DD RAM data, it moves cursor and shifts display. RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Code S/C R/L X X During writing and reading data, it defines cursor moving direction and shifts the display. Code RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB I / D S I / D = : Increment, I / D = : Decrement. S = : The display shift, S = : The display does not shift. Blink display alternately S/C R/L Description Address Counter Shift cursor to the left AC = AC - Shift cursor to the right AC = AC + Shift display to the left. Cursor follows the display shift AC = AC Shift display to the right. Cursor follows the display shift AC = AC 5 AUG. 6, 23 Preliminary Version:.

17 SPLC78D Function set RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Display data RAM can be read or written after this setting. Code DL N F X X In one-line display (N = ), (aaaaaaa) 2: () 6 - (4F) 6. X: Do not care ( or ) DL: It sets interface data length. DL = : Data transferred with 8-bit length (DB7 - ). DL = : Data transferred with 4-bit length (DB7-4). It requires two times to accomplish data transferring. N: It sets the number of the display line. N = : One-line display. N = : Two-line display. F: It sets the character font. F = : 5 x 8 dots character font. F = : 5 x dots character font. N F No. of Display Lines Character Font Duty Factor 5 x 8 dots / 8 5 x dots / X 2 5 x 8 dots / 6 In two-line display (N = ), (aaaaaaa) 2: () 6 - (27) 6 for the first line, (aaaaaaa) 2: (4) 6 - (67) 6 for the second line Read busy flag and address RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Code BF a a a a a a a When BF =, it indicates the system is busy now and it will not accept any instruction until not busy (BF = ). At the same time, the content of Address Counter (aaaaaaa) 2 is read Write data to character generator RAM or display data RAM It cannot display two lines with 5 x dots character font Set character generator RAM address Code RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB d d d d d d d d Code RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB a a a a a a It writes data (dddddddd) 2 to character generator RAM or display data RAM. It sets Character Generator RAM Address (aaaaaa) 2 to the Address Counter Read data from character generator RAM or display data RAM RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Character Generator RAM data can be read or written after this Code d d d d d d d d setting Set display data RAM address RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB Code a a a a a a a It sets Display Data RAM Address (aaaaaaa) 2 to the Address Counter. It reads data (dddddddd) 2 from character generator RAM or display data RAM. To read data correctly, do the following: ). The address of the Character Generator RAM or Display Data RAM or shift the cursor instruction. 2). The Read instruction. 6 AUG. 6, 23 Preliminary Version:.

18 SPLC78D 5.3. Instruction Table Instruction Instruction Code Execution time Description RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB (fosc=27khz) Clear Display Write "2H" to DDRAM and set DDRAM.52ms address to "H" from AC Return Home - Set DDRAM address to "H" from AC and.52ms return cursor to its original position if shifted. The contents of DDRAM are not changed. Entry Mode I/D S Assign cursor moving direction and enable 38µs Set the shift of entire display Display ON/ OFF Control D C B Set display(d), cursor(c), and blinking of cursor(b) on/off control bit. 38µs Cursor or Display Shift S/C R/L - - Set cursor moving and display shift control bit, and the direction, without changing of DDRAM data. 38µs Function Set DL N F - - Set interface data length (DL: 8-bit/4-bit), numbers of display line (N: 2-line/-line) and, display font type (F:5x dots/5x8 dots) 38µs Set CGRAM Address AC5 AC4 AC3 AC2 AC AC Set CGRAM address in address counter. 38µs Set DDRAM AC6 AC5 AC4 AC3 AC2 AC AC Set DDRAM address in counter 38µs Address Read Busy Flag BF AC6 AC5 AC4 AC3 AC2 AC AC Whether during internal operation or not and Address can be known by reading BF. The Counter contents of address counter can also be read. Write Data to RAM D7 D6 D5 D4 D3 D2 D D Write data into internal RAM 38µs (DDRAM/CGRAM). Read Data from D7 D6 D5 D4 D3 D2 D D Read data from internal RAM 38µs RAM (DDRAM/CGRAM). Note: "-": don't care 7 AUG. 6, 23 Preliminary Version:.

19 SPLC78D Bit Operation and 8-Digit -Line Display (Using Internal Reset) No. Instruction Display Operation Power on. (SPLC78D starts initializing) Power on reset. No display. 2 Function set Set to 8-bit operation and select -line display line and character font. RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB X X 3 Display on / off control _ Display on. Cursor appear. 4 Entry mode set _ 5 Write data to CG RAM / DD RAM W_ Increase address by one. It will shift the cursor to the right when writing to the DD RAM/CG RAM. Now the display has no shift. Write " W ". The cursor is incremented by one and shifted to the right. 6 Write data to CG RAM / DD RAM WE_ Write " E ". The cursor is incremented by one and shifted to the right. 7 : : 8 Write data to CG RAM / DD RAM WELCOME_ Write " E ". The cursor is incremented by one and shifted to the right. 9 Entry mode set Write data to CG RAM / DD RAM Write data to CG RAM / DD RAM WELCOME_ ELCOME _ LCOME C_ Set mode for display shift when writing Write " "(space). The cursor is incremented by one and shifted to the right. Write " C ". The cursor is incremented by one and shifted to the right. 2 : : 3 Write data to CG RAM / DD RAM COMPAMY_ Write " Y ". The cursor is incremented by one and shifted to the right. 4 Cursor or display shift X X 5 Cursor or display shift X X 6 Write data to CG RAM / DD RAM 7 Cursor or display shift X X 8 Cursor or display shift X X 9 Write data to CG RAM / DD RAM COMPAMY_ COMPAMY_ OMPANY_ COMPAMY_ OMPANY_ COMPAMY_ Only shift the cursor's position to the left (Y). Only shift the cursor's position to the left (M). Write " N ". The display moves to the left. Shift the display and the cursor's position to the right. Shift the display and the cursor's position to the right. Write " " (space). The cursor is incremented by one and shifted to the right. 2 : : : 2 Return home Both the display and the cursor return to the original position (address ). WELCOME_ 8 AUG. 6, 23 Preliminary Version:.

20 SPLC78D Bit Operation and 8-Digit -Line Display (Using Internal Reset) No. Instruction Display Operation Power on. Power on reset. No display. (SPLC78D starts initializing) 2 Function set RS R/W DB7 DB6 DB5 DB4 Set to 4-bit operation. 3 Set to 4-bit operation and select -line display line and character font. X X 4 _ Display on. Cursor appears. 5 6 _ W_ Increase address by one. It will shift the cursor to the right when writing to the DD RAM / CG RAM. Now the display has no shift. Write " W ". The cursor is incremented by one and shifted to the right Bit Operation and 8-Digit 2-Line Display (Using Internal Reset) No. Instruction Display Operation Power on. (SPLC78D starts initializing) 2 Function set RS R/W DB7 DB6 DB5 DB4 DB3 DB2 DB DB X X 3 Display on / off control 4 Entry mode set _ Power on reset. No display. Set to 8-bit operation and select 2-line display line and 5 x 8 dot character font. Display on. Cursor appear. Increase address by one. _ It will shift the cursor to the right when writing to the DD RAM / CG RAM. Now the display has no shift. 5 Write data to CG RAM / DD RAM W_ Write " W ". The cursor is incremented by one and shifted to the right. 6 : : : 7 Write data to CG RAM / DD RAM WELCOME_ Write " E ". The cursor is incremented by one and shifted to the right. 8 Set DD RAM address 9 Write data to CG RAM / DD RAM WELCOME _ WELCOME T_ It sets DD RAM's address. The cursor is moved to the beginning position of the 2nd line. Write " T ". The cursor is incremented by one and shifted to the right. : : : Write data to CG RAM / DD RAM WELCOME TO PART_ Write " T ". The cursor is incremented by one and shifted to the right. 9 AUG. 6, 23 Preliminary Version:.

21 SPLC78D No. Instruction Display Operation 2 Entry mode set 3 Write data to CG RAM / DD RAM WELCOME TO PART_ ELCOME O PARTY_ When writing, it sets mode for the display shift. Write " Y ". The cursor is incremented by one and shifted to the right. 4 : : : 5 Return home WELCOME TO PARTY Both the display and the cursor return to the original position (address ) Reset Function At power on, SPLC78D starts the internal auto-reset circuit and executes the initial instructions. The initial procedures are shown as follows: Power On [ 8-Bit Interface ] Wait time > 5 ms after VDD > 4.5V Wait time > 4ms After VDD > 2.7V RS R/W DB7 DB6 DB5 DB4 DB3 DB3 DB DB X X X X BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) Wait time > 4. ms RS R/W DB7 DB6 DB5 DB4 DB3 DB3 DB DB X X X X BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) Wait time > us RS R/W DB7 DB6 DB5 DB4 DB3 DB3 DB DB X X X X BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) RS R/W DB7 DB6 DB5 DB4 DB3 DB3 DB DB N F X X I/D S Initialization Ends BF can be checked after the following instructions. Function set ( Interface is 8 bits length. Specify the number of display lines and character font. ) The number of display lines and character font cannot be changed afterwards. Display off Display clear Entry mode set AUG. 6, 23 Preliminary Version:.

22 SPLC78D Power On [ 4-Bit Interface ] Wait time > 5 ms after VDD > 4.5V Wait time > 4ms After VDD > 2.7V RS R/W DB7 DB6 DB5 DB4 BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) Wait time > 4. ms RS R/W DB7 DB6 DB5 DB4 BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) Wait time > us RS R/W DB7 DB6 DB5 DB4 BF cannot be checked before this instruction. Function set ( Interface is 8 bits length. ) RS R/W DB7 DB6 DB5 DB4 N F X X I/D S Initialization Ends BF can be checked after the following instructions. Function set ( Set interface to be 4 bits length) Interface is 8 bits length. Function set ( Interface is 4 bits length. Specify the number of the display lines and character font. ) The number of display lines and character font cannot be changed afterwards. Display off Display clear Entry mode set AUG. 6, 23 Preliminary Version:.

23 SPLC78D 5.8. Display Data RAM (DD RAM) The 8-bit DD RAM is normally used for storing display data. Those DD RAM not used for display data can be used as general data RAM. Its address is configured in the Address Counter. The relationships between Display Data RAM Address and LCD s position are depicted as follows. -line display, 8 display characters ( Example ) -line display, 8 display characters E 4F Display position Display data RAM address Display position Display data RAM address When the display shift operation is performed, the display data RAM's address moves as : ( i ) Left shift ( ii ) Right shift 8 4F Timing Generation Circuit The timing generating circuit is able to generate timing signals to the internal circuits. In order to prevent the internal timing interface, the MPU access timing and the RAM access timing are generated independently. 5.. Character Generator ROM (CG ROM) Using 8-bit character code, the character generator ROM generates 5 x 8 dots or 5 x dots character patterns. It also can generate 92 s 5 x 8 dots character patterns and 64 s 5 x dots character patterns. 5.. LCD Driver Circuit Total of 6 commons and 4 segments signal drivers are valid in the LCD driver circuit. When a program specifies the character fonts and line numbers, the corresponding common signals output drive-waveforms and the others still output unselected waveforms Character Generator RAM (CG RAM) Users can easily change the character patterns in the character generator RAM through program. It can be written to 5 x 8 dots, 8-character patterns or 5 x dots for 4-character patterns. 2 AUG. 6, 23 Preliminary Version:.

24 SPLC78D The following diagram shows the SPLC78D character patterns: Correspondence between Character Codes and Character Patterns. Higher 4-bit (D4 to D7) of Character Code (Hexadecimal) A B C D E F CG RAM () CG RAM (2) 2 CG RAM (3) 3 CG RAM (4) 4 CG RAM (5) Lower 4-bit (D to D3) of Character Code (Hexadecimal) A CG RAM (6) CG RAM (7) CG RAM (8) CG RAM () CG RAM (2) CG RAM (3) B CG RAM (4) C CG RAM (5) D CG RAM (6) E CG RAM (7) F CG RAM (8) 3 AUG. 6, 23 Preliminary Version:.

25 SPLC78D The relationships between Character Generator RAM Addresses, Character Generator RAM Data (character patterns), and Character Codes are depicted as follows: x 8 dot character patterns Character Code ( DD RAM Data ) CG RAM Address Character Patterns ( CG RAM Data ) b7 b6 b5 b4 b3 b2 b b b5 b4 b3 b2 b b b7 b6 b5 b4 b3 b2 b b X X X X X X X X Character Pattern Example () Cursor Position Character Pattern Example (2) Note: It means that the bit~2 of the character code correspond to the bit3~5 of the CG RAM address. Note2: These areas are not used for display, but can be used for the general data RAM. Note3: When all of the bit4-7 of the character code are, CG RAM character patterns are selected. Note4: " ": Selected, " " : No selected, " X " : Do not care ( or ). Note5: For example (), set character code (b2 = b = b =, b3 = or, b7-b4 = ) to display T. That means character code () 6,and (8) 6 can display T character. Note6: The bits -2 of the character code RAM is the character pattern line position. The 8th line is the cursor position and display is formed by logical OR with the cursor. 4 AUG. 6, 23 Preliminary Version:.

26 SPLC78D X dot character patterns Character Code ( DD RAM Data ) CG RAM Address Character Patterns ( CG RAM Data ) b7 b6 b5 b4 b3 b2 b b b5 b4 b3 b2 b b b7 b6 b5 b4 b3 b2 b b X X X X X X X X X X X X X Character Pattern Example () Cursor Position Note: It means that the bit~2 of the character code correspond to the bit4~5 of the CG RAM address. Note2: These areas are not used for display, but can be used for the general data RAM. Note3: When all of the bit4-7 of the character code are, CG RAM character patterns are selected. Note4: " : Selected, " : No selected, " X : Do not care ( or ). Note5: For example (), set character code (b2 = b =, b3 = b = or, b7-b4 = ) to display U. That means all of the character codes () 6, () 6, (8) 6,and (9) 6 can display U character. Note6: The bits -3 of the character code RAM is the character pattern line position. The th line is the cursor position and display is formed by logical OR with the cursor. 5 AUG. 6, 23 Preliminary Version:.

27 SPLC78D 5.3. Cursor/Blink Control Circuit This circuit generates the cursor or blink in the cursor / blink control circuit. The cursor or the blink appears in the digit at the Display Data RAM Address defined in the Address Counter. When the Address Counter is (7) 6, the cursor position is shown as belows: b6 b5 b4 b3 b2 b b AC In a -line display digit the cursor position Display position Display data RAM address ( Hexadecimal ) In a 2-line display digit st line 2nd line Display position Display data RAM address ( Hexadecimal ) the cursor position 5.4. Interfacing to MPU There are two types of data operations: 4-bit and 8-bit operations. Using 4-bit MPU, the interfacing 4-bit data is transferred by 4-busline (DB4 to DB7). Thus, DB to DB3 bus lines are not used. Using 4-bit MPU to interface 8-bit data requires two times transferring. First, the higher 4-bit data is transferred by 4-busline (for 8-bit operation, DB7 to DB4). Secondly, the lower 4-bit data is transferred by 4-busline (for 8-bit operation, DB3 to DB). For 8-bit MPU, the 8-bit data is transferred by 8-buslines (DB to DB7) Supply Voltage for LCD Drive Different voltages can be supplied to SPLC78D s pins (V5 - ) for obtaining LCD drive-waveform. The relationships between bias, duty factor and supply voltages are shown as belows: Duty Factor Supply Voltage /8, / /4 /6 /5 V VDD /4 V LCD VDD /5 V LCD V2 VDD /2 V LCD VDD 2/5 V LCD V3 VDD /2 V LCD VDD 3/5 V LCD V4 VDD 3/4 V LCD VDD 4/5 V LCD V5 VDD V LCD VDD V LCD 6 AUG. 6, 23 Preliminary Version:.

28 SPLC78D The power connections for LCD (/4 Bias, /5 Bias) are shown belows: VDD ( +5.V ) VDD ( +5.V ) VDD R VDD R V V V2 R V2 R VLCD VLCD V3 R V3 R V4 V4 R R V5 V5 / 4 Bias VR / 5 Bias VR (/8,/ Duty) -V or Gnd (/6 Duty) -V or Gnd The bypass-capacitor improves the LCD display quality. VDD( +5.V ) VDD( +5.V ) VDD VDD V R C V R C V2 V3 V4 R R C C V2 V3 V4 R R R C C C V5 R C V5 R C / 4 Bias VR / 5 Bias VR (/8,/ Duty) -V or Gnd (/6 Duty) -V or Gnd The bias voltage must have the following relations: VDD > V > V2 V3 > V4 > V5. 7 AUG. 6, 23 Preliminary Version:.

29 SPLC78D The relationship between LCD frame s frequency and oscillator s frequency. (Assume the oscillation frequency is 25KHz, clock cycle time = 4.µs) /8 Duty, TYPE-B waveform 4 clocks VPP V COM V2(V3) V4 VSS Frame Frame frame = 4(µs) x 4 x 8 = 28(µs) = 2.8ms Frame frequency = = 78.(Hz) 2.8(ms) / Duty, TYPE-B waveform 4 clocks VPP V COM V2(V3) V4 VSS 2 2 Frame Frame 2 frame = 4(µs) x 4 x = 76(µs) = 7.6ms Frame frequency = = 56. 8(Hz) 7.6(ms) /6 Duty, TYPE-B waveform 2 clocks COM VPP V V2 V3 V4 VSS Frame Frame frame = 4(µs) x 2 x 6 = 28(µs) = 2.8ms Frame frequency = = 78.(Hz) 2.8(ms) 8 AUG. 6, 23 Preliminary Version:.

30 SPLC78D 5.6. REGISTER --- IR (Instruction Register) and DR (Data Register) SPLC78D contains two 8-bit registers: Instruction Register (IR) and Data Register (DR). Using combinations of the RS pin and the R/W pin selects the IR and DR, see below: 5.9. I/O Port Configuration Input port: E VDD PMOS RS R/W Operation IR write (Display clear, etc.) Read busy flag (DB7) and Address Counter (DB - DB6) DR write (DR to Display data RAM or Character generator RAM) DR read (Display data RAM or Character generator RAM to DR) The IR can be written by MPU, but it cannot be read by MPU Busy Flag (BF) Input port: R/W, RS VDD PMOS NMOS VDD PMOS NMOS When RS = and R/W =, the busy flag is output to DB7. As the busy flag =, SPLC78D is in busy state and does not accept any instruction until the busy flag = Address Counter (AC) The Address Counter assigns addresses to Display Data RAM and Character Generator RAM. When an instruction for address is written in IR, the address information is sent from IR to AC. After writing to/reading from Display Data RAM or Character Generator RAM, AC is automatically incremented by one (or decremented by one). The contents of AC are output to DB - DB6 when RS = and R/W = Output port: CL, CL2, M, D VDD PMOS NMOS Input / Output port: DB7 - DB VDD VDD VDD Enable PMOS PMOS NMOS Data 9 AUG. 6, 23 Preliminary Version:.

31 SPLC78D 6. ELECTRICAL SPECIFICATIONS 6.. Absolute Maximum Ratings Characteristics Symbol Ratings Operating Voltage VDD -.3V to +7.V Driver Supply Voltage V LCD VDD - 2V to VDD +.3V Input Voltage Range V IN -.3V to VDD +.3V Operating Temperature T A -3 to +8 Storage Temperature T STO -55 to +25 Note: Stresses beyond those given in the Absolute Maximum Rating table may cause operational errors or damage to the device. For normal operational conditions see AC/DC Electrical Characteristics DC Characteristics (VDD = 2.7V to 4.5V, TA = 25 ) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition Operating Current I DD ma External clock (Note) Input High Voltage V IH.7VDD - VDD V Input Low Voltage V IL V Input High Voltage V IH2.7VDD - VDD V Input Low Voltage V IL VDD V Input High Current I IH µa Input Low Current I IL µa Output High Voltage (TTL) Output Low Voltage (TTL) Output High Voltage (CMOS) Output Low Voltage (CMOS) Driver ON Resistance (COM) Driver ON Resistance (SEG) V OH.75VDD - - V V OL - -.2VDD V V OH2.8VDD - - V V OL VDD V R COM KΩ R SEG KΩ Pins:(E, RS, R/W, DB - DB7) Pin OSC Pins: (RS, R/W, DB - DB7) VDD = 3.V I OH = -.ma Pins: DB - DB7 I OL =.ma Pins: DB - DB7 I OH = - 4µA, Pins: CL, CL2, M, D I OL = 4µA, Pins: CL, CL2, M, D I O = 5µA, V LCD = 4.V Pins: COM - COM6 I O = 5µA, V LCD = 4.V Pins: SEG - SEG4 LCD Voltage V LCD V VDD-V5, /4 bias or /5 bias Note: F OSC = 25KHz, VDD = 3.V, pin E = L, RS, R/W, DB - DB7 are open, all outputs are no loads. 2 AUG. 6, 23 Preliminary Version:.

32 SPLC78D 6.3. AC Characteristics (VDD = 2.7V to 4.5V, TA = 25 ) Internal clock operation Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition OSC Frequency F OSC KHz VDD = 3.V, Rf = 75KΩ 2% External clock operation Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition External Frequency F OSC KHz Duty Cycle % Rise/Fall Time t r, t f µs Write mode (Writing data from MPU to SPLC78D) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition E Cycle Time t C - - ns Pin E E Pulse Width t PW ns Pin E E Rise/Fall Time t R, t F ns Pin E Address Setup Time t SP ns Pins: RS, R/W, E Address Hold Time t HD ns Pins: RS, R/W, E Data Setup Time t SP ns Pins: DB - DB7 Data Hold Time t HD2 - - ns Pins: DB - DB Read mode (Reading data from SPLC78D to MPU) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition E Cycle Time t C - - ns Pin E E Pulse Width t W ns Pin E E Rise/Fall Time t R, t F ns Pin E Address Setup Time t SP ns Pins: RS, R/W, E Address Hold Time t HD ns Pins: RS, R/W, E Data Output Delay Time t D ns Pins: DB - DB7 Data hold time t HD ns Pin DB - DB7 2 AUG. 6, 23 Preliminary Version:.

33 SPLC78D 6.4. DC Characteristics (VDD = 4.5V to 5.5V, TA = 25 ) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition Operating Current I DD ma External clock (Note) Input High Voltage V IH VDD V Pins:(E, RS, R/W, DB - DB7) Input Low Voltage V IL V Input High Voltage V IH2 VDD- - VDD V Pin OSC Input Low Voltage V IL V Pin OSC Input High Current I IH µa Input Low Current I IL µa Output High Voltage (TTL) Output Low Voltage (TTL) Output High Voltage (CMOS) Output Low Voltage (CMOS) Driver ON Resistance (COM) Driver ON Resistance (SEG) V OH VDD V V OL V V OH2.9VDD - VDD V V OL2 - -.VDD V R COM KΩ R SEG KΩ Pins: (RS, R/W, DB - DB7) VDD = 5.V I OH = -.ma Pins: DB - DB7 I OL =.ma Pins: DB - DB7 I OH = - 4µA, Pins: CL, CL2, M, D I OL = 4µA, Pins: CL, CL2, M, D I O = 5µA, V LCD = 4.V Pins: COM - COM6 I O = 5µA, V LCD = 4.V Pins: SEG - SEG4 LCD Voltage V LCD 3. - V VDD-V5, /4 bias or /5 bias Note: FOSC = 25KHz, VDD = 5.V, pin E = L, RS, R/W, DB - DB7 are open, all outputs are no loads AC Characteristics (VDD = 4.5V to 5.5V, TA = 25 ) Internal clock operation Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition OSC Frequency F OSC KHz VDD = 5.V, Rf = 9KΩ 2% External clock operation Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition External Frequency F OSC KHz Duty Cycle % Rise/Fall Time t r, t f µs 22 AUG. 6, 23 Preliminary Version:.

34 SPLC78D Write mode (Writing Data from MPU to SPLC78D) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition E Cycle Time t C ns Pin E E Pulse Width t PW ns Pin E E Rise/Fall Time t R, t F ns Pin E Address Setup Time t SP ns Pins: RS, R/W, E Address Hold Time t HD - - ns Pins: RS, R/W, E Data Setup Time t SP ns Pins: DB - DB7 Data Hold Time t HD2 - - ns Pins: DB - DB Read mode (Reading Data from SPLC78D to MPU) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition E Cycle Time t C ns Pin E E Pulse Width t W ns Pin E E Rise/Fall Time t R, t F ns Pin E Address Setup Time t SP ns Pins: RS, R/W, E Address Hold Time t HD - - ns Pins: RS, R/W, E Data Output Delay Time t D ns Pins: DB - DB7 Data hold time t HD ns Pin DB - DB Interface mode with LCD Driver (SPLCA) Characteristics Symbol Limit Min. Typ. Max. Unit Test Condition Clock pulse width high t PWH ns Pins: CL, CL2 Clock pulse width low t PWL ns Pins: CL, CL2 Clock setup time t CSP ns Pins: CL, CL2 Data setup time t DSP ns Pins: D Data hold time t HD ns Pins: D M delay time t D - - ns Pins: M 23 AUG. 6, 23 Preliminary Version:.

35 SPLC78D Write mode timing diagram (Writing Data from MPU to SPLC78D) RS VIH VIL tsp VIH VIL thd R / W VIL VIL tpw tf thd E VIH VIL VIH VIL VIL DB7 - tr VIH VIL tsp2 thd2 Valid Data VIH VIL tc Read mode timing diagram (Reading Data from SPLC78D to MPU) RS VIH VIL tsp V IH V IL thd R / W VIH VIH E V IH V IL tpw V IH V IL tf thd VIL DB - DB7 tr td V IH V IL Valid Data thd2 V IH V IL tc Interface mode with SPLCA timing diagram CL.9VDD tpwh.9vdd tpwh CL2.VDD tcsp.vdd.9vdd D tcsp tpwl.9vdd.9vdd.vdd.vdd M td tdsp.vdd thd 24 AUG. 6, 23 Preliminary Version:.

36 SPLC78D 7. APPLICATION CIRCUITS 7.. R-Oscillator The oscillation resistor R f is used only for the internal oscillator operation mode. OSC Rf : 75.KΩ 2% ( when VDD = 3.V) Rf : 9KΩ 2% ( when VDD = 5.V) OSC2 Since the oscillation frequency varies depending on the OSC and OSC2 pin capacitance, the wiring length to these pins should be minimized. 4 6 Fosc ( KHz ) 2 27 Fosc ( KHz ) Rosc ( Kohms ) Rosc ( Kohms ) VDD = 3.V VDD = 5.V 7.2. Interface to MPU Interface to 8-bit MPU (685) 685 PA PA7 PB PB PB2 8 DB DB7 E RS R / W COM COM6 SPLC78D SEG SEG4 6 4 LCD PANEL 6 COMMONS X 4 SEGMENTS Interface to 8-bit MPU (Z8) Z8 D D7 A A7 A IORQ WR 7 8 DB DB7 E RS R / W SPLC78D COM COM6 SEG SEG4 6 4 LCD PANEL 6 COMMONS X 4 SEGMENTS 25 AUG. 6, 23 Preliminary Version:.

37 SPLC78D 7.3. SPLC78D Application Circuit DOT MATRIX LCD PANEL 6 (8) COM6 (COM8) COM 4 SEG4 SEG 4 Y-Y4 DL DR2 VDD DL2 FCS DR SHL SHL2 CL GND CL2 VEE M VV2V3V4V5V6 SPLCA 4 SPLCA Y-Y4 DL DR2 VDD DL2 FCS DR SHL SHL2 CL GND CL2 VEE M VV2V3 V4V5V6 4 Y-Y4 DL DR2 VDD DL2 FCS DR SHL SHL2 CL GND CL2 VEE M VV2V3V4V5V6 SPLCA VDD GND CL CL2 M V V2 V3 V4 V5 SPLC78D R R R R R VR VDD ( +5V ) C C C C C -V or Gnd 26 AUG. 6, 23 Preliminary Version:.

38 SPLC78D 7.4. Applications for LCD SPLC78D COM COM8 SEG LCD Panel 8 characters x line SEG4 ( Example ) : 5 x 8 dots, 8 characters x line [ / 4 Bias, / 8 Duty ] SPLC78D COM COM LCD Panel 8 characters x line SEG SEG4 ( Example 2 ) : 5 x dots, 8 characters x line [ / 4 Bias, / Duty ] SPLC78D COM COM8 COM9 LCD Panel 8 characters x 2 lines COM6 SEG SEG4 ( Example 3 ) : 5 x 8 dots, 8 characters x 2 lines [ / 5 Bias, / 6 Duty ] 27 AUG. 6, 23 Preliminary Version:.

39 SPLC78D SPLC78D COM COM8 SEG SEG4 COM9 COM6 ( Example 4 ) : 5 x 8 dots, 6 characters x line [ / 5 Bias, / 6 Duty ] SPLC78D SEG SEG2 COM COM8 LCD Panel 4 characters x 2 lines SEG2 SEG4 ( Example 5 ) : 5 x 8 dots, 4 characters x 2 lines [ / 4 Bias, / 8 Duty ] 28 AUG. 6, 23 Preliminary Version:.

40 SPLC78D 8. CHARACTER GENERATOR ROM 8.. SPLC78D - 29 AUG. 6, 23 Preliminary Version:.

41 SPLC78D 9.2. Package Configuration QFP 8L Top View SEG22 SEG2 2 SEG2 3 SEG9 4 SEG8 5 SEG7 6 SEG6 7 SEG5 8 SEG COM SEG3 SEG2 SEG SEG SEG SPLC78D- XXX 55 COM9 54 COM8 53 COM7 52 COM6 5 COM5 SEG8 5 5 COM4 SEG COM3 SEG COM2 SEG COM SEG DB7 SEG DB6 SEG DB5 SEG DB4 VSS DB3 OSC 24 4 DB2 OSC2 V V2 V3 V4 V5 CL CL2 VDD M D RS R/W E DB DB SEG23 79 SEG24 78 SEG25 77 SEG26 76 SEG27 75 SEG28 74 SEG29 73 SEG3 72 SEG3 7 SEG32 7 SEG33 69 SEG34 68 SEG35 67 SEG36 66 SEG37 65 SEG38 64 SEG39 63 SEG4 62 COM6 6 COM5 6 COM4 59 COM3 58 COM2 57 COM 3 AUG. 6, 23 Preliminary Version:.

42 SPLC78D 9.3. Package Information QFP 8L Outline Dimensions D D Unit: Millimeter E E SUNPLUS SPLC78D YYWW e b c A2 A L A Symbol Min. Nom. Max. Unit D 23.2 REF Millimeter D 2. REF Millimeter E 7.2 REF Millimeter E 4. REF Millimeter e.8 REF Millimeter b Millimeter A Millimeter A Millimeter A Millimeter c Millimeter L.6 REF Millimeter 3 AUG. 6, 23 Preliminary Version:.

43 User s Guide LCD Safe Handling Procedure For product support, contact Newhaven Display International 25 Technology Drive, # Elgin, IL 624 Tel: (847) Fax: (847)

44 USING LCD MODULES LIQUID CRYSTAL DISPLAY MODULES LCD s are composed of glass, liquid crystal fluid, and a polarizer. Please pay attention to the following items when handling:. Keep the temperature within a specified range for use and storage. Polarization degradation, bubble generation or polarizer peel off may occur with high temperatures and high humidity. 2. Do not touch, push or rub the exposed polarizer with anything harder than an HB lead pencil (glass, tweezers, etc). 3. N hexane is recommended for cleaning the adhesives used to attach the front/rear polarizer. Reflectors made of organic substances will be damaged by chemicals such as acetone, toluene, ethanol and isopropyl alcohol. 4. If the display surface becomes contaminated, breathe on the surface and gently wipe it with a soft dry cloth. If it is heavily contaminated, wipe it gently with absorbent cotton or another soft material like a chamois soaked in Isopropyl alcohol or Ethyl alcohol. Scrub gently to avoid damaging the display surface. 5. Wipe off saliva or water immediately! Contact with water over a long period of time may cause deformation or color fading. 6. Avoid contact with oil or any greasy substances. 7. If there is condensation on the surface and contact with the terminals while cold, it will damage, stain or dirty the polarizer. After the product is tested at a low temperature, they must be warmed up in a container before being exposed to room temperature environments. 8. Do not put or attach anything on the display area in order to avoid leaving marks. 9. Do not touch the display with bare hands. This will stain the display area and degrade the insulation between terminals. (Some cosmetics are detrimental to the polarizer).. Exercise care to minimize corrosion of the electrode. Corrosion of the electrodes is accelerated by water droplets, moisture condensation or a current flow in a high humidity environment.. As glass is fragile, care should be taken to avoid chipping, while handling the edges especially. PRECAUTIONS FOR HANDLING LCD MODULES Since the LCD module has been assembled and adjusted with a high degree of precision, avoid applying excessive shock or force to the module or making any alterations or modifications to it.. Do not alter, modify or change the shape of the tab on the metal frame. 2. Do not make extra holes on the printed circuit board, modify its shape or change the positions of components to be attached. 3. Do not damage or modify the pattern wiring on the printed circuit board. 4. Absolutely do not modify the zebra rubber strip (conductive rubber) or heat the seal connector! 5. Except for soldering the interface, do not make any alterations or modifications with a soldering iron. 6. Do not drop, bend or twist the LCD module. In particular, don t forcibly pull or bend the I/O cable or backlight cable.

45 7. In order to avoid cracking the FPC, pay attention to the area where the FPC is bent, the edge of the overlay, the area of the surface of Ni Au plating, the area of soldering land, and the area of the through hole. ELECTRO STATIC DISCHARGE CONTROL Since this module uses a CMOS LSI, give the same careful attention to the electrostatic discharge as you would for an ordinary CMOS IC.. Make sure you are grounded when handling LCD modules. To minimize the performance degradation of the LCD modules resulting from destruction caused by static electricity, exercise care to avoid holding the following sections when handling the modules: exposed area of the printed circuit board, terminal electrode sections. 2. Before removing the LCD module from its packing case or incorporating it into a set, be sure the module and your body have the same electric potential. 3. When soldering the terminal of the LCD module, make sure the AC power source for the soldering iron does not leak. 4. When using an electric screwdriver to attach the LCD module, the screwdriver should be of ground potentiality, to minimize any transmission of electromagnetic waves producing sparks coming from the commutator of the motor. 5. As far as possible, make the electric potential of your work clothes and that of the work bench the ground potential. 6. To reduce the generation of static electricity, be careful that the air in the working environment is not too dry. (A relative humidity of 5 6% is recommended). PRECAUTIONS FOR OPERATION. Viewing angle varies with the change of liquid crystal driving voltage (VO). Adjust VO to show the best contrast. 2. Driving the LCD in the voltage above the limit shortens its life. 3. If the LCD modules have been operating for a long time showing the same display patterns, the display patterns may remain on the screen as ghost images and a slight contrast irregularity may also appear. A normal operating status can be regained by suspending use for some time. It should be noted that this phenomenon does not adversely affect performance reliability. 4. Response time is greatly delayed at temperatures below the operating temperature range, however this does not mean the LCD will be out of order. It will recover when it returns to the specified temperature range. 5. If the display area is pushed hard during operation, the display may become abnormal, however it will return to normal if it is turned off and then turned back on. 6. Condensation on terminals can cause an electrochemical reaction disrupting the terminal circuit, therefore it must be used under the relative condition of 4 C, 5% RH. 7. When turning the power on, input each signal after the positive/negative voltage becomes stable.

46 STORAGE WHEN STORING LCD S, THE FOLLOWING PRECAUTIONS ARE NECESSARY:. Store them in a sealed polyethylene bag. If properly sealed, there is no need for desiccant. 2. Store them in a dark place; do not expose them to sunlight or fluorescent light. Keep the temperature between C and 35 C. 3. The polarizer surface should not come in contact with any other objects. (We advise you to store them in the container in which they were shipped). 4. Environmental conditions: A). Do not leave them for more than 6 hours at 7 C B). They should not be left for more than 48 hours at 2 C SAFETY. It is recommended to crush damaged or unnecessary LCDs into pieces and wash them off with solvents such as acetone and ethanol, which should later be burned. 2. If any liquid leaks out of a damaged glass cell and comes in contact with the hands, wash off thoroughly with soap and water. LIMITED WARRANTY Newhaven Display MAKES NO WARRANTY RESPECTING THE MERCHANTABILITY OF THE PRODUCTS OR THEIR SUITABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR USE OR RESPECTING INFRINGEMENT. Newhaven Display s liability arising out of any sale of products to Customer is expressly limited to repair and/or replacement of such Products, at Newhaven Display s election, with such remedies exclusive and in lieu of all others. Newhaven Display will not be responsible for any subsequent or consequential events or injury or damage to any personnel or user including third party personnel and/or user. This warranty is in lieu of any and all other warranties, whether oral, written, expressed, implied or statutory. Implied warranties of fitness for a particular purpose and merchantability are specifically excluded and shall not apply. Customer s obligations and Newhaven Display s remedies with respect to defective or nonconforming products, are solely and exclusively as stated herein. Furthermore, no warranty will apply if the Product has been subject to misuse, static discharge, neglect, accident, modification, or has been soldered or altered in any way or if any of the LCD handling precautions have been disregarded. Broken glass, scratches on polarizer, mechanical damages, as well as defects that are caused by accelerated environment tests are excluded from warranty. In returning products, they must be returned in their original packaging. If the original packaging is not used, the returned product must be properly packaged to prevent damage or warranty will be void. There must be a detailed description of the failures or defect for each returned part. RETURN LCD MODULES UNDER WARRANTY The Customer must notify Newhaven Display within one year from date of shipment of any defective product. If Newhaven Display agrees to accept a return, return freight charges may be paid by Newhaven Display. Newhaven Display will not accept COD shipments. Contact a sales representative for a Return Materials Authorization Number and addressing instructions prior to returning product.

JUL. 27, 2001 Version 1.0

JUL. 27, 2001 Version 1.0 S SPLC782A 6COM/8SEG Controller/Driver JUL. 27, 2 Version. SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLOGY CO. is

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-0108HZ-FSW-GBW Character Liquid Crystal Display Module NHD- Newhaven Display 0108-1 Line x 8 Characters HZ- Model F- Transflective SW- Side White LED Backlight G- STN- Gray B- 6:00 Optimal View W-

More information

NHD 0216K1Z NS(RGB)FBW REV1

NHD 0216K1Z NS(RGB)FBW REV1 NHD 0216K1Z NS(RGB)FBW REV1 Character Liquid Crystal Display Module NHD Newhaven Display 0216 2 lines x 16 characters K1Z Model NS Transmissive ( ) RGB Side backlight RED, GREEN, BLUE F FSTN ( ) B 6:00

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-0220WH-MTGH-JT#E Character Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters WH- Display Type: Character M- Model T- White LED Backlight G- STN- Gray H- Transflective,

More information

NHD Newhaven Display 0220 2 Lines x 20 Characters WH Display Type: Character M Model T White LED Backlight F FSTN (+) White H Transflective, 6:00 Optimal View JT# English and Japanese Standard Font E ESD

More information

COG (Chip-on-Glass) Liquid Crystal Display Module

COG (Chip-on-Glass) Liquid Crystal Display Module NHD-C0220AZ-FSW-FTW COG (Chip-on-Glass) Liquid Crystal Display Module NHD- Newhaven Display C0220- COG, 2 Lines x 20 Characters AZ- Model F- Transflective SW- Side White LED Backlight F- FSTN Positive

More information

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 6COM/4SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It can display, 2-line with 5 x 8 or 5 x dots

More information

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621 企业网站.zxlcd.com

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621   企业网站.zxlcd.com http://wwwzxlcdcom 4 SEG / 6 COM DRIVER & CONTROLLER FOR DOT MATRIX LCD June 2 Ver Contents in this document are subject to change without notice No part of this document may be reproduced or transmitted

More information

NHD BZ NSW BTW 3V3

NHD BZ NSW BTW 3V3 NHD 240128BZ NSW BTW 3V3 Graphic Liquid Crystal Display Module NHD Newhaven Display 240128 240 x 128 pixels BZ Model N Transmissive SW Side White LED Backlight B STN Blue ( ) T 12:00 view W Wide Temperature

More information

NHD WG BTML VZ#

NHD WG BTML VZ# NHD 240128WG BTML VZ# Graphic Liquid Crystal Display Module NHD Newhaven Display 240128 240 x 128 pixels WG Display Type: Graphic B Model T White LED backlight M STN Blue ( ) L Transmissive, 12:00 View,

More information

LCM NHD-0440CI-YTBL. User s Guide. (Liquid Crystal Display Module) RoHS Compliant. For product support, contact NHD CI- Y- T- B- L-

LCM NHD-0440CI-YTBL. User s Guide. (Liquid Crystal Display Module) RoHS Compliant. For product support, contact NHD CI- Y- T- B- L- User s Guide NHD-0440CI-YTBL LCM (Liquid Crystal Display Module) RoHS Compliant NHD- 0440- CI- Y- T- B- L- Newhaven Display 4 Lines x 40 Characters C: Display Series/Model I: Factory line STN Yellow/Green

More information

NHD C12864MZ NSW BTW. COG (Chip On Glass) Liquid Crystal Display Module

NHD C12864MZ NSW BTW. COG (Chip On Glass) Liquid Crystal Display Module NHD C12864MZ NSW BTW COG (Chip On Glass) Liquid Crystal Display Module NHD Newhaven Display C12864 128 x 64 pixels MZ Model N Transmissive SW Side White LED backlight B STN Blue ( ) T 12:00 view W Wide

More information

16COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 6COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION The is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It is capable of displaying or 2 lines with

More information

NHD 24064WG ASFH VZ# Graphic Liquid Crystal Display Module

NHD 24064WG ASFH VZ# Graphic Liquid Crystal Display Module NHD 24064WG ASFH VZ# Graphic Liquid Crystal Display Module NHD Newhaven Display 24064 240 x 64 pixels WG Display Type: Graphic A Model S Super Bright White LED Backlight F FSTN (+) H Transflective, 6:00

More information

COG (Chip-on-Glass) Liquid Crystal Display Module

COG (Chip-on-Glass) Liquid Crystal Display Module NHD-C0216AZ-FSW-GBW COG (Chip-on-Glass) Liquid Crystal Display Module NHD- Newhaven Display C0216- COG, 2 Lines x 16 Characters AZ- Model F- Transflective SW- Side White LED Backlight G- STN- Gray B- 6:00

More information

NHD WG-BxTGH-VZ#-3VR

NHD WG-BxTGH-VZ#-3VR NHD-320240WG-BxTGH-VZ#-3VR Graphic Liquid Crystal Display Module NHD- Newhaven Display 320240-320 x 240 Pixels WG- Display Type: Graphic Bx- Model T- White LED Backlight G- STN - Gray H- Transflective,

More information

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module NHD 0216K3Z FL GBW Serial Liquid Crystal Display Module NHD Newhaven Display 0216 2 lines x 16 characters K3Z Model F Transflective L Yellow/Green LED backlight G STN Gray B 6:00 view W Wide Temperature

More information

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax:

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax: NHD 24064WG ATFH VZ# Graphic Liquid Crystal Display Module NHD Newhaven Display 24064 240 x 64 pixels WG Display Type: Graphic A Model T White LED Backlight F FSTN (+) H Transflective, 6:00 view, Wide

More information

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax:

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax: NHD 24064WG ATMI VZ# Graphic Liquid Crystal Display Module NHD Newhaven Display 24064 240 x 64 pixels WG Display Type: Graphic A Model T White LED Backlight M STN Blue ( ) I Transmissive, 6:00 view, Wide

More information

LCD MODULE DEM SBH-PW-N

LCD MODULE DEM SBH-PW-N DISPLAYElektronik GmbH LCD MODULE DEM 16481 SBH-PW-N Version: 7.1.1 01.09.2008 GENERAL SPECIFICATION MODULE NO. : DEM 16481 SBH-PW-N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 13.12.2002 1

More information

NHD WG AFFH TZ#001 C

NHD WG AFFH TZ#001 C NHD 320240WG AFFH TZ#001 C Graphic Liquid Crystal Display Module NHD Newhaven Display 320240 320 x 240 pixels WG Display Type: Graphic A Model F White CCFL Backlight F FSTN (+) H Transflective, 6:00 view,

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-12232AZ-FSW-GBW Graphic Liquid Crystal Display Module NHD- Newhaven Display 12232-122 x 32 Pixels AZ- Model F- Transflective SW- Side White LED Backlight G- STN Positive, Gray B- 6:00 Optimal View

More information

onlinecomponents.com

onlinecomponents.com NHD 240128WG ATFH VZ# Graphic Liquid Crystal Display Module NHD Newhaven Display 240128 240 x 128 pixels WG Display Type: Graphic A Model T White LED Backlight F FSTN (+) H Transflective, 6:00 view, Wide

More information

16COM / 40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM / 40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION KS0066U is a dot matrix LCD driver & controller LSI whichis fabricated by low power CMOS technology It can display 1or 2 lines with the 5 8 dots format or 1 line with the 5 11 dots format

More information

NHD WG-BxTGH-VZ#-3VR

NHD WG-BxTGH-VZ#-3VR NHD-320240WG-BxTGH-VZ#-3VR Graphic Liquid Crystal Display Module NHD- Newhaven Display 320240-320 x 240 Pixels WG- Display Type: Graphic Bx- Model T- White LED Backlight G- STN - Gray H- Transflective,

More information

NHD WG BoTML VZ# 030

NHD WG BoTML VZ# 030 NHD 320240WG BoTML VZ# 030 Graphic Liquid Crystal Display Module NHD Newhaven Display 320240 320 x 240 pixels WG Display Type: Graphic Bo Model T White LED Backlight M STN Negative Blue L Transmissive,

More information

NHD-C12864WC-FSW-FBW-3V3

NHD-C12864WC-FSW-FBW-3V3 NHD-C12864WC-FSW-FBW-3V3 COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C12864-128 x 64 Pixels WM- Model F- Transflective SW- Side White LED Backlight F- FSTN (+) B- 6:00 Optimal

More information

PACIFIC DISPLAY DEVICES

PACIFIC DISPLAY DEVICES PACIFIC DISPLAY DEVICES LCD Component Data Sheet Model Number: 16215 16 Character by 2 Line Alphanumeric LCD Assembly With COG Controller No internal backlight assembly CONTENTS 1. GENERAL INFORMATION

More information

NHD-C0216CZ-FSW-FBW-3V3

NHD-C0216CZ-FSW-FBW-3V3 NHD-C0216CZ-FSW-FBW-3V3 COG (Chip-on-Glass) Liquid Crystal Display Module NHD- Newhaven Display C0216- COG, 2 Lines x 16 Characters CZ- Model F- Transflective SW- Side White LED Backlight F- FSTN (+) B-

More information

LCD MODULE DEM D FGH

LCD MODULE DEM D FGH Display Elektronik GmbH LCD MODULE DEM 240064D FGH Product Specification Ver.: 0 16.03.2010 DOCUMENT REVISION HISTORY Version DATE DESCRIPTION CHANGED BY 0 16.03.2011 First Issue MH Version: 0 PAGE: 2

More information

FAIR LCM PRODUCT SPECIFICATIONS

FAIR LCM PRODUCT SPECIFICATIONS FAIR LCM PRODUCT SPECIFICATIONS MODULE NO.: FTG430H01W For Customer: Approved by: Signature: Date: Please sign the cover page of the spec for your approval and return it to our local sales within a month

More information

LCD MODULE DEM FGH-LR

LCD MODULE DEM FGH-LR DISPLAY Elektronik GmbH LCD MODULE DEM 16217 FGH-LR Version : 3 15/Aug/2010 GENERAL SPECIFICATION MODULE NO: DEM 16217 FGH-LR CUSTOMER P/N Version No. Change Description Date 0 Original Version 26.07.2010

More information

NHD ZF CTXL#

NHD ZF CTXL# NHD 1.8 128160ZF CTXL# TFT (Thin Film Transistor) Liquid Crystal Display Module NHD Newhaven Display 1.8 1.8 diagonal 128160 128 x 160 pixels (portrait mode) ZF Model C Built in Controller T White LED

More information

USER S GUIDE ATM4004A

USER S GUIDE ATM4004A USER S GUIDE ATM4004A Liquid Crystal Display Module CONTENTS 1.0 Mechanical Diagram. 3 2.0 Absolute Maximum Ratings 4 3.0 Description of Terminals. 4 4.0 Optical Characteristics 5 5.0 Electrical Characteristics

More information

LCD MODULE DEM SBH-PW-N

LCD MODULE DEM SBH-PW-N DISPLAY Elektronik GmbH LCD MODULE DEM 16228 SBH-PW-N Version: 3 09/Oct/2008 GENERAL SPECIFICATION MODULE NO. : DEM 16228 SBH-PW-N CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 05.05.2008

More information

LCD MODULE DEM TGH

LCD MODULE DEM TGH DISPLAY Elektronik GmbH LCD MODULE DEM 16102 TGH Version : 1.1.0 26.09.2008 GENERAL SPECIFICATION MODULE NO. : DEM 16102 TGH VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 12.03.2007 1.1.0 CHANGE

More information

4.3" TFT LCM PRODUCT SPECIFICATIONS T0430D34Z MODULE NO.: DOTS : 480* 272. For Customer: Approved by: Signature: Date: Prepared Checked Approved

4.3 TFT LCM PRODUCT SPECIFICATIONS T0430D34Z MODULE NO.: DOTS : 480* 272. For Customer: Approved by: Signature: Date: Prepared Checked Approved 4.3" TFT LCM PRODUCT SPECIFICATIONS MODULE NO.: T0430D34Z DOTS : 480* 272 For Customer: Approved by: Signature: Date: Prepared Checked Approved HQL Jxlin -- REVISION NO. RECORDS OF REVISION REVISED DESCRIPTIONS

More information

PACIFIC DISPLAY DEVICES

PACIFIC DISPLAY DEVICES PACIFIC DISPLAY DEVICES LCD Component Data Sheet Model Number: 04105 4 Characters (Alpha Numeric - 5x7 Dot Matrix) TN COG LCD Assembly With Embedded Controller CONTENTS 1. GENERAL INFORMATION 1.1 Product

More information

LCD MODULE DEM SYH

LCD MODULE DEM SYH DISPLAY Elektronik GmbH LCD MODULE DEM 16101 SYH Version: 5.1.1 23.09.2008 GENERAL SPECIFICATION MODULE NO. : DEM 16101 SYH VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 06.03.2000 1 ADDING DDRAM

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-24064WG-ATMI-VZ# Graphic Liquid Crystal Display Module NHD- Newhaven Display 24064-240 x 64 Pixels WG- Display Type: Graphic A- Model T- Side White LED Backlight M- STN- Blue (-) I- Transmissive, 6:00

More information

NHD WX CoTFH V#I041

NHD WX CoTFH V#I041 NHD 320240WX CoTFH V#I041 Graphic Liquid Crystal Display Module NHD Newhaven Display 320240 320 x 240 pixels WX Display Type: Graphic Co Model T White LED Backlight F FSTN (+) H Transflective, 6:00 view,

More information

Newhaven Display International, Inc Galvin Dr. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Dr. Elgin IL, Ph: Fax: NHD-24064WG-ATFH-VZ# Graphic Liquid Crystal Display Module NHD- Newhaven Display 24064-240 x 64 Pixels WG- Display Type: Graphic A- Model T- White LED Backlight F- FSTN Positive H- Transflective, 6:00

More information

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN Positive - Gray B- 6:00 Optimal

More information

LCM NHD-0440AZ-FSW -FBW. User s Guide. (Liquid Crystal Display Character Module) RoHS Compliant FEATURES

LCM NHD-0440AZ-FSW -FBW. User s Guide. (Liquid Crystal Display Character Module) RoHS Compliant FEATURES User s Guide NHD-0440AZ-FSW -FBW LCM (Liquid Crystal Display Character Module) RoHS Compliant FEATURES Display format: 4 Lines x 40 Characters (A) Display Series/Model (Z) Factory line (F) Polarizer =

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : GS-GG1286456FFWJ-A/R Revision Engineering Date Our Reference TABLE OF CONTENTS 1. TABLE OF DATE-REVISION 2. SCOPE 3. DISPLAY CONTENT AND

More information

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN-Gray B- 6:00 Optimal View

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: ACM1602B (WHITE EDGELIGHT) SERIES DATE: APRIL 28, 2003 1.0 MECHANICAL SPECS 1. Overall Module Size 84.0mm(W)

More information

NHD C0220BiZ FS(RGB) FBW 3VM

NHD C0220BiZ FS(RGB) FBW 3VM NHD C0220BiZ FS(RGB) FBW 3VM COG (Chip On Glass) Character Liquid Crystal Display Module NHD Newhaven Display C0220 COG 2 lines x 20 characters BiZ Model, with I2C interface F Transflective S(RGB) Side

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-0216AW-IB3 Character OLED Display Module NHD- Newhaven Display 0216-2 lines x 16 characters AW- Character OLED Module I- Model B- Blue 3-2.4V~5.5V Supply Voltage Newhaven Display International, Inc.

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : Revision Engineering Date Our Reference . MODE OF DISPLAY Display mode Display condition Viewing direction TN positive Reflective type 6

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-12864WX-T1TFH# Graphic Liquid Crystal Display Module NHD- Newhaven Display 12864-128 x 64 Pixels WX- Display Type: Graphic, Tab Type T1- Model T- White LED Backlight F- FSTN (+) H- Transflective, Wide

More information

LCD MODULE DEM SYH

LCD MODULE DEM SYH DISPLAY Elektronik GmbH LCD MODULE DEM 16213 SYH Version : 1.1.1 09/Apr/2009 GENERAL SPECIFICATION CUSTOMER P/N MODULE NO. : DEM 16213 SYH Version No. Change Description Date 0 ORIGINAL VERSION 08.03.2001

More information

SPECIFICATIONS FOR LCD MODULE

SPECIFICATIONS FOR LCD MODULE SPECIFICATIONS FOR LCD MODULE CUSTOMER CUSTOMER PART NO. ORIENT DISPLAY NO. OD-AMC162A SERIES DESCRIPTION APPROVED BY DATE PREPARED BY CHECKED BY APPROVED BY PAGE 1 OF 23 DOCUMENT REVISION HISTORY: DATE

More information

LMB202DBC LCD Module User Manual

LMB202DBC LCD Module User Manual LMB202DBC LCD Module User Manual Shenzhen TOPWAY Technology Co., Ltd. Rev. Descriptions Release Date 0.1 Prelimiay release 2005-03-01 URL Document Name LMB202DBC-Manual-Rev0.1.doc Page 1 of 11 Table of

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: ACM 4002E SERIES DATE: October 8, 2002 1.0 MECHANICAL SPECS ACM4002E SERIES LCD MODULE 1. Overall Module

More information

16COM / 80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM / 80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION KS0070B is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology. It is capable of displaying 1 or 2 lines with the 5 7 format or 1 line with the 5 10 dots

More information

DEM N SBH-PW-N

DEM N SBH-PW-N Display Elektronik GmbH LCD MODULE DEM 128064N SBH-PW-N Product Specification Ver.: 2 18.11.2016 DOCUMENT REVISION HISTORY Version DATE DESCRIPTION CHANGED BY 00 Dec-24-2010 First issue 01 Nov-09-2016

More information

Number of Characters 20 characters x 4Lines - Module dimension 98.0 x 60.0 x 13.6(MAX) mm. View area 77.0 x 25.2 mm. Active area 70.4 x 20.

Number of Characters 20 characters x 4Lines - Module dimension 98.0 x 60.0 x 13.6(MAX) mm. View area 77.0 x 25.2 mm. Active area 70.4 x 20. 2.Precautions in use of LCD Modules (1)Avoid applying excessive shocks to the module or making any alterations or modifications to it. (2)Don t make extra holes on the printed circuit board, modify its

More information

NHD-C12864LZ-FSW-FBW-3V3

NHD-C12864LZ-FSW-FBW-3V3 NHD-C12864LZ-FSW-FBW-3V3 COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C12864-128 x 64 Pixels LZ- Model F- Transflective SW- Side White LED backlight F- FSTN (+) B- 6:00 Optimal

More information

NHD-C0220BiZ-FS(RGB)-FBW-3VM

NHD-C0220BiZ-FS(RGB)-FBW-3VM NHD-C0220BiZ-FS(RGB)-FBW-3VM COG (Chip-On-Glass) Character Liquid Crystal Display Module NHD- Newhaven Display C0220- COG, 2 Lines x 20 Characters BiZ- Model, I 2 C Interface F- Transflective S(RGB)- Side

More information

LCD MODULE DEM SBH-PW-N

LCD MODULE DEM SBH-PW-N DISPLAY Elektronik GmbH LCD MODULE DEM 16216 SBH-PW-N Version: 3 26.09.2016 GENERAL SPECIFICATION MODULE NO. : DEM 16216 SBH-PW-N CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 12.12.2002

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. www.multi-inno.com LCD MODULE SPECIFICATION Model : MI4004F-W For Customer's Acceptance: Customer Approved Comment Revision 1.0 Engineering Date 2013-07-18 Our Reference

More information

LCD MODULE DEM SBH-PW-N

LCD MODULE DEM SBH-PW-N Display Elektronik GmbH LCD MODULE DEM 16217 SBH-PW-N Product specification Version: 2.1.2 05. Aug. 2008 GENERAL SPECIFICATION MODULE NO. : DEM 16217 SBH-PW-N CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : MI4002E Revision 1.0 Engineering Date Our Reference Address : Room 10J,Xin HaoFang Building, No.188 Shennan Road, Nanshan Drstrict, ShenZhen,China.

More information

Item Dimension Unit Number of Characters 16 characters x 2 Lines -

Item Dimension Unit Number of Characters 16 characters x 2 Lines - 2.Precautions in use of LCD Modules (1)Avoid applying excessive shocks to the module or making any alterations or modifications to it. (2)Don t make extra holes on the printed circuit board, modify its

More information

SPECIFICATIONS FOR LCD MODULE

SPECIFICATIONS FOR LCD MODULE A M P I R E SPECIFICATIONS FOR LCD MODULE CUSTOMER CUSTOMER PART NO. AMPIRE PART NO. -204AYILY-70H-A(R) APPROVED BY DATE APPROVED BY CHECKED BY ORGANIZED BY 2006/3/9 AMPIRE CO., LTD. 1 RECORD OF REVISION

More information

NHD-C0216CiZ-FSW-FBW-3V3

NHD-C0216CiZ-FSW-FBW-3V3 NHD-C0216CiZ-FSW-FBW-3V3 COG (Chip-on-Glass) Liquid Crystal Display Module NHD- Newhaven Display C0216- COG, 2 lines x 16 characters CiZ- Model F- Transflective SW- Side White LED Backlight F- FSTN (+)

More information

SAMPLE SPECIFICATIONS

SAMPLE SPECIFICATIONS SAMPLE SPECIFICATIONS MODULE NO. : REVISION : V1.0 DRAWING BY : JIN APPROVED BY : DRAWING DATE : 2010-09-30 FOR CUSTOMER S APPROVAL CUSTOMER APPROVED BY COMMENT DATE 1 History of Versions and Modifications

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: ACM 1602B SERIES DATE: August 9, 1999 1.0 MECHANICAL SPECS ACM1602B SERIES LCD MODULE 1. Overall Module Size

More information

DISPLAYTRONIC A DIVISION OF ZE XIAMEN SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

DISPLAYTRONIC A DIVISION OF ZE XIAMEN SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY DISPLAYTRONIC A DIVISION OF ZE XIAMEN SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: ACM 1602K SERIES DATE: August 9, 1999 1.0 MECHANICAL SPECS 1. Overall Module Size 80.0mm(W) x 36.0mm(H) x max

More information

Parallel Display Specifications Revision 1.0

Parallel Display Specifications Revision 1.0 MOP-AL162A Parallel Display Specifications Revision 1.0 Revision History Revision Description Author 1.0 Initial Release Clark 0.2 Updates as per issue #333 Clark 0.1 Initial Draft Clark 1 Contents Revision

More information

NHD WG-ATMI-VZ#

NHD WG-ATMI-VZ# NHD-240128WG-ATMI-VZ# Graphic Liquid Crystal Display Module NHD- Newhaven Display 240128-240 x 128 Pixels WG- Display Type: Graphic A- Model T- White LED Backlight M- STN Negative, Blue I- Transmissive,

More information

NHD 0216KZW AB5. OLED Display Module

NHD 0216KZW AB5. OLED Display Module NHD0216KZWAB5 OLED Display Module NHD Newhaven Display 0216 2 lines x 16 characters KZW OLED A Model B Emitting Color: Blue 5 +5V power supply Newhaven Display International, Inc 2511 Technology Drive,

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD0420DZWAB5 Character OLED Display Module NHD Newhaven Display 0420 4 lines x 20 characters DZW OLED A Model B Emitting Color: Blue 5 +5V power supply Newhaven Display International, Inc 2661 Galvin

More information

SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: MGD1602A-FL-YBW DATE: MAY 26,2005 1.0 MECHANICAL SPECS MGD1602A SERIES LCD MODULE 1. Overall Module Size 80.0mm(W) x 36.0mm(H) x max 14.0mm(D) for

More information

NHD SF CTXI# 1

NHD SF CTXI# 1 NHD 2.4 240320SF CTXI# 1 TFT (Thin Film Transistor) Liquid Crystal Display Module NHD Newhaven Display 2.4 2.4 diagonal 240320 240 x 320 pixels (portrait mode) SF Model C Built in Controller T White LED

More information

NHD-C12832A1Z-NSW-BBW-3V3

NHD-C12832A1Z-NSW-BBW-3V3 NHD-C12832A1Z-NSW-BBW-3V3 COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C12832-128 x 32 Pixels A1Z- Model N- Transmissive SW- Side White LED Backlight B- STN Negative, Blue B-

More information

LCD MODULE DEM A FGH-PW

LCD MODULE DEM A FGH-PW DISPLAY Elektronik GmbH LCD MODULE DEM 240160A FGH-PW Version: 1 19.01.2018 GENERAL SPECIFICATION MODULE NO. : DEM 240160A FGH-PW CUSTOMER P/N: VERSION NO. CHANGE DESCRIPTION DATE 0 Original Version 02.11.2009

More information

NHD-0216K3Z-NS(RGB)-FBW-V3

NHD-0216K3Z-NS(RGB)-FBW-V3 NHD-0216K3Z-NS(RGB)-FBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0216-2 Lines x 16 Characters K3Z- Model N- Transmissive S(RGB)- Side LED Backlights (Red-Green-Blue) F- FSTN(-) B-

More information

SUNLIKE DISPLAY GENERAL SPECIFICATION

SUNLIKE DISPLAY GENERAL SPECIFICATION GENERAL SPECIFICATION ITEM DESCRIPTION Product No SCG002BUTB-L-G STN Gray Positive STN Yellow Green Positive STN Blue Negative LCD Type TN Negative TN Positive FSTN Negative White & Black FSTN Positive

More information

NHD-C12864LZ-FSW-FBW-3V3

NHD-C12864LZ-FSW-FBW-3V3 NHD-C12864LZ-FSW-FBW-3V3 COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C12864-128 x 64 Pixels LZ- Model F- Transflective SW- Side White LED backlight F- FSTN (+) B- 6:00 Optimal

More information

NHD MF 22 Controller Board

NHD MF 22 Controller Board NHD 3.5 320240MF 22 Controller Board TFT Controller Evaluation Board NHD Newhaven Display 3.5 3.5 Diagonal 320240 320xRGBx240 pixels MF Model 22 22 POS FFC interface (8 bit data) SSD1963 Controller Newhaven

More information

LCD MODULE DEM Q FGH-PW

LCD MODULE DEM Q FGH-PW DISPLAY Elektronik GmbH CONTENTS LCD MODULE DEM 128064Q FGH-PW Version: 5 08.02.2018 GENERAL SPECIFICATION MODULE NO. : DEM 128064Q FGH-PW CUSTOMER P/N: VERSION NO. CHANGE DESCRIPTION DATE 0 Original Version

More information

NHD WG-ATFH-VZ#

NHD WG-ATFH-VZ# NHD-240128WG-ATFH-VZ# Graphic Liquid Crystal Display Module NHD- Newhaven Display 240128-240 x 128 Pixels WG- Display Type: Graphic A- Model T- White LED Backlight F- FSTN (+) H- Transflective, 6:00 Optimal

More information

LCD Module Product Specification

LCD Module Product Specification LCD Module Product Specification :APPROVAL FOR SPECIFICATION For Customer: :APPROVAL FOR SAMPLE Module No.: TSM160128B For Customer s Acceptance : Approved by Comment Team Source Display : Presented by

More information

LCD Module User Manual

LCD Module User Manual LCD Module User Manual Customer : Ordering Code : GC1602D-01XA0 DRAWING NO : m- Approved By Customer: Date: Approved By Checked By Prepared By GEMINI Technology Co, Ltd ADD: RM1521 Investel, 1123-2 Sanbon-Dong,

More information

PACIFIC DISPLAY DEVICES

PACIFIC DISPLAY DEVICES PACIFIC DISPLAY DEVICES LCD Component Data Sheet Model Number: 20410 20 Character by 4 Line Alphanumeric LCD Assembly With Embedded Controller CONTENTS 1. GENERAL INFORMATION 1.1 Product Overview 2 1.2

More information

DS Presented by: Date:

DS Presented by: Date: DS2864-6 DS2864-6 Presented by: Date: /4 DS2864-6 CONTENTS COVER CONTENTS 2 MECHANICAL SPECIFICATIONS & FEATURES 3 PINS CONNECTION 3 EXTERNAL DIMENSION 4 ABSOLUTE MAXIMUM RATINGS 5 BLOCK DIAGRAM 5 ELECTRICAL

More information

Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD

Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD SPECIFICATIONS OF LCD MODULE Features 1. 5x8 dots with cursor 2. Built-in controller (S6A0069 or equivalent) 3. Easy interface with 4-bit or 8-bit MPU 4. +5V power supply (also available for =3.0V) 5.

More information

DEM F SBH-PW-N

DEM F SBH-PW-N DISPLAY Elektronik GmbH LCD MODULE DEM 128064F SBH-PW-N 02/Dec/2008 GENERAL SPECIFICATION MODULE NO. : DEM 128064F SBH-PW-N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION 28.10.2008 1 CHANGE VLCD

More information

NHD MF 22 Controller Board

NHD MF 22 Controller Board NHD 4.3 480272MF 22 Controller Board TFT Controller Evaluation Board NHD Newhaven Display 4.3 4.3 Diagonal 480272 480xRGBx272 pixels MF Model 22 22 POS FFC interface (8 bit data) SSD1963 Controller Newhaven

More information

SPECIFICATION. This specification maybe changed without any notice in order to improve performance or quality. CHINA DISPLAY TECH.

SPECIFICATION. This specification maybe changed without any notice in order to improve performance or quality. CHINA DISPLAY TECH. SPECIFICATION Product No.: Customer: Issue Date: Sep. 15, 2006 This specification maybe changed without any notice in order to improve performance or quality. CHINA DISPLAY TECH. CUSTOMER APPROVED CHECKED

More information

SC162A VER2.1 CONTENT. 1. General description

SC162A VER2.1 CONTENT. 1. General description CONTNT 1. General description --------------------------------------------------------------------------3 2. Maximum absolute limit---------------------------------------------------------------------3

More information

SPECIFICATION Model: LMB161A

SPECIFICATION Model: LMB161A SPECIFICATION Model: LMB161A LMB161A - 2-1. BASIC SPECIFICATIONS 1.1 Display Specifications LCD Mode : STN Positive Transflective Display Color : Dark Blue Background Color : Yellow-Green Driving Duty

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-0.95-9664G Graphic Color OLED Display NHD- Newhaven Display 0.95-0.95 Diagonal Size 9664-96 x 64 Pixels G- OLED Glass Newhaven Display International, Inc. 2661 Galvin Ct. Elgin IL, 60124 Ph: 847-844-8795

More information

SAMPLE SPECIFICATIONS

SAMPLE SPECIFICATIONS SAMPLE SPECIFICATIONS MODULE NO. : T12832C018B REVISION : V1.0 DRAWING BY : JIN DATE : 2007-01-29 APPROVED BY : DATE : FOR CUSTOMER S APPROVAL CHECK BY: DATE : APPROVED BY: DATE : OK NG COMMENT 1 History

More information

NHD-C12864LZ-NSW-FBW-3V3

NHD-C12864LZ-NSW-FBW-3V3 NHD-C12864LZ-NSW-FBW-3V3 COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C12864-128 x 64 Pixels LZ- Model N- Transmissive SW- Side White LED Backlight F- FSTN, Negative B- 6:00

More information

LCD Module User Manual

LCD Module User Manual LCD Module User Manual Customer : MASS PRODUCTION CODE DRAWING NO : TC1602D-02WA0 : m-tc1602d-02wa0_a00 Approved By Customer: Date: Approved By Checked By Prepared By Vatronix Holdings Limited ADD:5F,No10

More information

NHD-C0216CiZ-FSW-FBW-3V3

NHD-C0216CiZ-FSW-FBW-3V3 NHD-C0216CiZ-FSW-FBW-3V3 COG (Chip-on-Glass) Liquid Crystal Display Module NHD- Newhaven Display C0216- COG, 2 Lines x 16 Characters CiZ- Model F- Transflective SW- Side White LED Backlight F- FSTN (+)

More information

PACIFIC DISPLAY DEVICES

PACIFIC DISPLAY DEVICES PACIFIC DISPLAY DEVICES LCD Component Data Sheet Model Number: 320240-C57 320 x 240 Dot CSTN Color Graphic LCD Assembly With Row and Column Drivers CCFL Lit Backlight Assembly CONTENTS 1. GENERAL INFORMATION

More information