Handson-Technology-LOGO

Handson Technology DSP-1165 I2C Serial Interface 20×4 LCD Module

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-PRODUCT

Specifications

  • Compatible with Arduino Board or other controller board with I2C bus.
  • Display Type: Black on yellow-green backlight.
  • I2C Address: 0x38-0x3F (0x3F default).
  • Supply voltage: 5V.
  • Interface: I2C to 4-bit LCD data and control lines.
  • Contrast Adjustment: built-in Potentiometer.
  • Backlight Control: Firmware or jumper wire.
  • Board Size: 98×60 mm.

Product Usage Instructions

Setting Up

Address selection pads in the I2C-to-LCD piggyback board. The default address setting is 3Fh. Follow the reference circuit diagram to interface with a microcontroller.

I2C LCD Display Setup

  1. Solder the I2C-to-LCD piggy-back board to the 16-pin LCD module ensuring proper alignment.
  2. Connect the LCD module to your Arduino using four jumper wires as per the instruction manual.

Arduino Setup:

  • Download and install the Arduino I2C LCD library. Rename the existing LiquidCrystal library folder in your Arduino libraries folder as a backup.
  • Copy and paste the provided example sketch into the Arduino IDE, verify, and upload the sketch to your Arduino board.

FAQ:

Q: What is the default I2C address of the module?

  • A: The default I2C address is 0x3F, but it can be set between 0x38-0x3F.

Q: How do I adjust the contrast of the display?

  • A: The module has a built-in potentiometer for contrast adjustment.

Q: Can I control the backlight of the display?

  • A: Yes, you can control the backlight either through firmware or by using a jumper wire.
  • This is an I2C interface 20×4 LCD module, a new high-quality 4-line 20-character LCD module with on-board contrast control adjustment, backlight, and I2C communication interface.
  • For Arduino beginners, no more cumbersome and complex LCD driver circuit connection.
  • The real significant advantages of this I2C Serial LCD module will simplify the circuit connection, save some I/O pins on the Arduino board, simplified firmware development with a widely available Arduino library.
  • SKU: DSP-1165

Brief Data:

  • Compatible with Arduino Board or other controller board with I2C bus.
  • Display Type: Black on yellow-green backlight.
  • I2C Address:0x38-0x3F (0x3F default)
  • Supply voltage: 5V
  • Interface: I2C to 4-bit LCD data and control lines.
  • Contrast Adjustment: built-in Potentiometer.
  • Backlight Control: Firmware or jumper wire.
  • Board Size: 98×60 mm.

Setting Up

  • Hitachi’s HD44780-based character LCD is very cheap and widely available and is an essential part of any project that displays information.
  • Using the LCD piggyback board, desired data can be displayed on the LCD through the I2C bus. In principle, such backpacks are built around PCF8574 (from NXP) which is a general-purpose bidirectional 8-bit I/O port expander that uses the I2C protocol.
  • The PCF8574 is a silicon CMOS circuit that provides general-purpose remote I/O expansion (an 8-bit quasi-bidirectional) for most microcontroller families via the two-line bidirectional bus (I2C-bus).
  • Note that most piggy-back modules are centered around PCF8574T (SO16 package of PCF8574 in DIP16 package) with a default slave address of 0x27.
  • If your piggyback board holds a PCF8574AT chip, then the default slave address will change to 0x3F.
  • In short, if the piggyback board is based on PCF8574T and the address connections (A0-A1-A2) are not bridged with solder it will have the slave address 0x27.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-1

Address Setting of PCD8574A (extract from PCF8574A data specs)

  • Note: When the pad A0~A2 is open, the pin is pulled up to VDD. When the pin is solder shorted, it is pulled down to VSS.
  • The default setting of this module is A0~A2 all open, so is pulled up to VDD. The address is 3Fh in this case.
  • A reference circuit diagram of an Arduino-compatible LCD backpack is shown below.
  • What follows next is information on how to use one of these inexpensive backpacks to interface with a microcontroller in ways it was exactly intended.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-2
  • Reference circuit diagram of the I2C-to-LCD piggyback board.

I2C LCD Display.

  • First, you need to solder the I2C-to-LCD piggyback board to the 16-pin LCD module. Ensure that the I2C-to-LCD piggy-back board pins are straight and fit in the LCD module, then solder in the first pin while keeping the I2C-to-LCD piggy-back board in the same plane as the LCD module. Once you have finished the soldering work, get four jumper wires and connect the LCD module to your Arduino as per the instructions given below.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-3
  • LCD to Arduino wiringHandson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-4

Arduino Setup

  • For this experiment, it is necessary to download and install the “Arduino I2C LCD” library.
  • First of all, rename the existing “LiquidCrystal” library folder in your Arduino libraries folder as a backup, and proceed to the rest of the process.
  • https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads
  • Next, copy-paste this example sketch Listing-1 for the experiment into the blank code window, verify, and then upload.

Arduino Sketch Listing-1:Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-5Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-6

  • If you are 100% sure that everything is okay, but you don’t see any characters on the display, try to adjust the contrast control pot of the backpack and set it in a position where the characters are bright and the background does not have dirty boxes behind the characters. Following is a partial view of the author’s experiment with the above-described code with a 20×4 display module.
  • Since the display used by the author is a very clear bright “black on yellow” type, it is very difficult to get a good catch due to polarization effects.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-7

This sketch will also display the character sent from the serial Monitor:

  • In Arduino IDE, go to “Tools” > “Serial Monitor”. Set the correct baud rate at 9600.
  • Type the character on the top space and hit “SEND”.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-8
  • The string of characters will be displayed on the LCD module. Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-9

Resources

  • Handson Technology
  • Lelong.com.my
  • HandsOn Technology provides a multimedia and interactive platform for everyone interested in electronics.
  • From beginner to diehard, from student to lecturer. Information, education, inspiration, and entertainment.
  • Analog and digital, practical and theoretical; software and hardware.
  • HandsOn Technology supports the Open Source Hardware (OSHW) Development Platform.
  • Learn: Design Share www.handsontec.com

The Face behind our product quality

  • In a world of constant change and continuous technological development, a new or replacement product is never far away – and they all need to be tested.
  • Many vendors simply import and sell without checks and this cannot be the ultimate interest of anyone, particularly the customer. Every part sold on Handsotec is fully tested.
  • So when buying from Handsontec products range, you can be confident you’re getting outstanding quality and value.
  • We keep adding the new parts so that you can get rolling on your next project.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-10

Features

  1. 5×8 dots with cursor
  2. STN(Yellow-Green), Positive, Transflective
  3. 1/16 duty cycle
  4. Viewing direction: 6:00 o’clock
  5. Built-in controller (S6A0069 or equivalent)
  6. +5V power supply
  7. Yellow-Green LED BKL, to be driven by A, K

Outline dimension

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-11

Absolute maximum ratings

ItemSymbolStandardUnit
Power voltageVDD-VSS07.0V
Input voltageVinVSSVDD
Operating temperature rangeTop-20+70
Storage temperature rangeTest-30+80

Block diagram

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-12

Interface pin description

Pin no.SymbolExternal connectionFunction
1VSS Power supplySignal ground for LCM (GND)
2VDDPower supply for logic (+5V) for LCM
3V0Contrast adjust
4RSMPURegister select signal
5R/WMPURead/write select signal
6EMPUOperation (data read/write) enable signal
 7~10 DB0~DB3 MPUFour low-order bi-directional three-state data bus lines. Used for data transfer between the MPU and the LCM.

These four are not used during 4-bit operation.

11~14DB4~DB7MPUFour high-order bi-directional three-state data bus lines. Used for data transfer between the MPU
15A(LED+)LED BKL Power SupplyPower supply for BKL(Anode)
16K(LED-)Power supply for BKL (GND)

Contrast adjust

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-13

  • VDD~V0: LCD Driving Voltage
  • VR: 10k~20k

Optical characteristics

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-14

ItemSymbolConditionMin.Typ.Max.Unit
Viewing angleθ1Cr≥3 20 deg
θ2 40 
Φ1 35 
Φ2 35 
Contrast ratioCr 10
Response time (rise)Tr200250ms
Response time (fall)Tr300350

Electrical characteristics

Backlight circuit diagram(light 12X4)Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-15

COLOUR: YELLOW-GREEN

LED RATINGS

ITEMSYMBOLMINTYP.MAXUNIT
FORWARD VOLTAGEVF4.04.24.4V
FORWARD CURRENTIF240MA
POWERP1.0W
PEAK WAVELENGTHΛP569571573NM
LUMINANCELV340CD/M2
Operating temperature rangeVop-20+70
Storage temperature rangeVst-25+80

DC characteristics

ParameterSymbolConditionsMin.Typ.Max.Unit
Supply voltage for LCDVDD-V0Ta =25℃4.5V
Input voltageVDD 4.75.05.5
Supply currentADDTa=25℃, VDD=5.0V1.52.5mA
Input leakage currentILKG 1.0uA
“H” level input voltageVIA 2.2VDDV
“L” level input voltageVILTwice the initial value or less00.6
“H” level output voltageVOHLOH=-0.25mA2.4
“L” level output voltageVOLLOH=1.6mA0.4 
Backlight supply currentIFVDD=5.0V,R=6.8W240

Write cycle (Ta=25℃, VDD=5.0V)

ParameterSymbolTest pinMin.Typ.Max.Unit
Enable cycle timetc 

E

500 

 

 

ns

Enable pulse widthtw230
Enable rise/fall timetr, tf20
RS; R/W setup timetsu1RS; R/W40
RS; R/W address hold timeth110
Data output delaytsu2DB0~DB780
Data hold timeth210

Write mode timing diagram

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-16

Read cycle (Ta=25℃, VDD=5.0V)

ParameterSymbolTest pinMin.Typ.Max.Unit
Enable cycle timetoE500ns
Enable pulse widthTW230
Enable rise/fall timetr, tf20
RS; R/W setup timetsuRS; R/W40
RS; R/W address hold timeth10
Data output delaytdDB0~DB7120
Data hold timethe5

Read mode timing diagramHandson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-17

FUNCTION DESCRIPTION

System Interface

  • This chip has two kinds of interface types with MPU: 4-bit bus and 8-bit bus. 4-bit bus and 8-bit bus are selected by DL bit in the instruction register.

Busy Flag (BF)

  • When BF = “High”, it indicates that the internal operation is being processed. So during this time, the next instruction cannot be accepted.
  • BF can be read, when RS = Low and R/W = High (Read Instruction Operation), through the DB7 port. Before executing the next instruction, be sure that BF is not high.

Address Counter (AC)

  • Address Counter (AC) stores DDRAM/CGRAM address, transferred from IR. After writing into (reading from) DDRAM/CGRAM, AC is automatically increased (decreased) by 1.
  • When RS = “Low” and R/W = “High”, AC can be read through DB0 – DB6 ports.

Display Data RAM (DDRAM)

  • DDRAM stores display data of a maximum of 80 x 8 bits (80 characters). DDRAM address is set in the address counter (AC) as a hexadecimal number.

Display position

1234567891011121314151617181920
000102030405060708090A0B0C0D0E0F10111213
404142434445464748494A4B4C4D4E4F50515253
1415161718191A1B1C1D1E1F2021222324252627
5455565758595A5B5C5D5E5F6061626364656667

CGROM (Character Generator ROM)

  • CGROM has a 5 x 8 dots 204 characters pattern and a 5 x 10 dots 32 characters pattern. CGROM has 204 character patterns of 5 x 8 dots.

CGRAM (Character Generator RAM)

  • CGRAM has up to 5 × 8 dots, 8 characters. By writing font data to CGRAM, user-defined characters can be used.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-18

Relationship between CGRAM Addresses, Character Codes (DDRAM), and Character patterns (CGRAM Data)

Notes:

  1. Character code bits 0 to 2 correspond to CGRAM address bits 3 to 5 (3 bits: 8 types).
  2. CGRAM addresses bits 0 to 2 and designates the character pattern line position. The 8th line is the cursor position and its display is formed by a logical OR with the cursor. Maintain the 8th line data, corresponding to the cursor display position, at 0 as the cursor display. If the 8th line data is 1, 1 bit will light up the 8th line regardless of the cursor’s presence.
  3. Character pattern row positions correspond to CGRAM data bits 0 to 4 (bit 4 being at the left).
  4. As shown in Table, CGRAM character patterns are selected when character code bits 4 to 7 are all 0. However, since character code bit 3 has no effect, the R display example above can be selected by either character code 00H or 08H.
  5. 1 for CGRAM data corresponds to display selection and 0 for non-selection Indicates no effect.

Cursor/Blink Control Circuit

It controls the cursor/blink ON/OFF at the cursor position.

Instruction Description

Outline

  • To overcome the speed difference between the internal clock of S6A0069 and the MPU clock, S6A0069 performs internal operations by storing control in formations to IR or DR.
  • The internal operation is determined according to the signal from MPU, composed of read/write and data bus (Refer to Table 7).

Instructions can be divided largely into four groups:

  1. S6A0069 function set instructions (set display methods, set data length, etc.)
  2. Address set instructions to internal RAM
  3. Data transfer instructions with internal RAM
  4. Others
  • The address of the internal RAM is automatically increased or decreased by 1.
  • Note: during internal operation, busy flag (DB7) is read “High”.
  • Busy flag check must be preceded by the next instruction.

Instruction Table

Instruction

V: B

Instruction code

6/18

Description

2008/06/02

Execution
 RSR/WDB7DB6DB 5DB4DB3DB2DB 1DB0 time (fosc= 270 KHZ
Clear Display0000000001Write “20H” to DDRA and set the DDRAM address to “00H” from

AC

 1.53ms
 Return Home 

0

 

0

 

0

 

0

 

0

 

0

 

0

 

0

 

1

 

Set DDRAM address to “00H” From AC and return the cursor to Its original position if shifted.

The contents of DDRAM are not changed.

 1.53ms
Entry mode Set00000001I/DSHAssign cursor moving direction And blinking of the entire display39us
Display ON/ OFF control0000001DCBSet display (D), cursor (C), and Blinking of cursor (B) on/off

Control bit.

 
Cursor or Display shift 

0

 

0

 

0

 

0

 

0

 

1

 

S/C

 

R/L

 

 

Set cursor moving and display Shift control bit, and the Direction, without changing of

DDRAM data.

 

39us

 

Function set

 

0

 

0

 

0

 

0

 

1

 

DL

 

N

 

F

 

 

Set interface data length (DL: 8-

Bit/4-bit), numbers of display Line (N: =2-line/1-line), and,

Display font type (F: 5×11/5×8)

 

 

39us

Set CGRAM

Address

 

0

 

0

 

0

 

1

 

AC5

 

AC4

 

AC3

 

AC2

 

AC1

 

AC0

Set the CGRAM      address     in the address

Counter.

 

39us

Set DDRAM

Address

 

0

 

0

 

1

 

AC6

 

AC5

 

AC4

 

AC3

 

AC2

 

AC1

 

AC0

Set      DDRAM     address     in the address

Counter.

 

39us

Read busy Flag and Address 

0

 

1

 

BF

 

AC6

 

AC5

 

AC4

 

AC3

 

AC2

 

AC1

 

AC0

Whether during internal Operation or not can be known By reading BF. The contents of the Address counter can also be read. 

 

0us

Write    data to

Address

 

1

 

0

 

D7

 

D6

 

D5

 

D4

 

D3

 

D2

 

D1

 

D0

Write data into internal RAM (DDRAM/CGRAM). 

43us

Read data From RAM11D7D6D5D4D3D2D1D0Read data from internal RAM (DDRAM/CGRAM).43us
  • NOTE: When an MPU program checking the busy flag (DB7) is made, it must be necessary 1/2fosc is necessary for executing the next instruction by the falling edge of the “E” signal after the busy flag (DB7) goes to “Low”.

Contents

  1. Clear display
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    0000000001
    • Clear all the display data by writing “20H” (space code) to all DDRAM addresses, and set the DDRAM address to “00H” into AC (address counter).
    • Return the cursor to the original status, namely, bring the cursor to the left edge on the first line of the display. Make the entry mode increment (I/D=“High”).
  2. Return home
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    000000001
    • Return home is the cursor return home instruction.
    • Set the DDRAM address to “00H” on the address counter.
    • Return cursor to its original site and return the display to its original status, if shifted. The contents of DDRAM do not change.
  3. Entry mode set
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    00000001I/DSH
    • Set the moving direction of the cursor and display.
    • I/D: increment/decrement of DDRAM address (cursor or blink)
    • When I/D=“high”, the cursor/blink moves to the right, and the DDRAM address is increased by 1.
    • When I/D=“Low”, the cursor/blink moves to the left and DDRAM address is increased by 1.
    • CGRAM operates the same way as DDRAM when reading from or writing to CGRAM.
    • SH: shift of entire display
    • When DDRAM read (CGRAM read/write) operation or SH=“Low”, shifting of the entire display is not performed.
    • If SH =“High” and DDRAM write operation, a shift of entire display is performed according to the I/D value. (I/D=“high”. shift left, I/D=“Low”. Shift right).
  4. Display ON/OFF control
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    0000001DCB
    • Control display/cursor/blink ON/OFF 1 bit register.
    • D: Display ON/OFF control bit
    • When D=“High”, the entire display is turned on.
    • When D=“Low”, the display is turned off, but display data remains in DDRAM.
    • C: cursor ON/OFF control bit
    • When D=“High”, the cursor is turned on.
    • When D=“Low”, the cursor disappears in the current display, but the I/D register preserves its data.
    • B: Cursor blink ON/OFF control bit
    • When B=“High”, cursor blink is on, which performs alternately between all the “High” data and displays characters at the cursor position.
    • When B=“Low”, blink is off.
  5. Cursor or display shift
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    000001S/CR/L
    • Shifting of right/left cursor position or display without writing or reading of display data. This instruction is used to correct or search display data.
    • During the 2-line mode display, the cursor moves to the 2nd line after the 40th digit of the 1st line.
    • Note that the display shift is performed simultaneously in all the lines.
    • When display data is shifted repeatedly, each line is shifted individually.
    • When a display shift is performed, the contents of the address counter are not changed.
    • Shift patterns according to S/C and R/L bits
      S/CR/LOperation
      00Shift the cursor to the left, and AC is decreased by 1
      01Shift the cursor to the right, and AC is increased by 1
      10Shift all the display to the left, cursor moves according to the display
      11Shift all the display to the right, cursor moves according to the display
  6. Function set
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    00001DLNF
    • DL: Interface data length control bit
    • When DL=“High”, it means 8-bit bus mode with MPU.
    • When DL=“Low”, it means 4-bit bus mode with MPU. Hence, DL is a signal to select 8-bit or 4-bit bus mode. When 4-but bus mode, it needs to transfer 4-bit data twice.
    • N: Display line number control bit
    • When N=“Low”, 1-line display mode is set.
    • When N=“High”, 2-line display mode is set.
    • F: Display line number control bit
    • When F=“Low”, 5×8 dots format display mode is set.
    • When F=“High”, 5×11 dots format display mode.
  7. Set CGRAM address
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    0001AC5AC4AC3AC2AC1AC0
    • Set CGRAM address to AC.
    • The instruction makes CGRAM data available from MPU.
  8. Set DDRAM address
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    001AC6AC5AC4AC3AC2AC1AC0
    • Set DDRAM address to AC.
    • This instruction makes DDRAM data available from MPU.
    • When 1-line display mode (N=LOW), the DDRAM address is from “00H” to “4FH”.In 2-line display mode (N=High), the DDRAM address in the 1st line forms “00H” to “27H”, and the DDRAM address in the 2nd line is from “40H” to “67H”.
  9. Read busy flag & address
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    01BFAC6AC5AC4AC3AC2AC1AC0
    • This instruction shows whether S6A0069 is in internal operation or not.
    • If the resultant BF is “High”, the internal operation is in progress and should wait for BF to be LOW, by then the next instruction can be performed.
    • In this instruction, you can also read the value of the address counter.
  10. Write data to RAM
    RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
    10D7D6D5D4D3D2D1D0
    • Write binary 8-bit data to DDRAM/CGRAM.
    • The selection of RAM from DDRAM, and CGRAM, is set by the previous address set instruction (DDRAM address set, CGRAM address set).
    • RAM set instruction can also determine the AC direction to RAM.
    • After the write operation. The address is automatically increased/decreased by 1, according to the entry mode.
    • Read data from RAM
      RSR/WDB7DB6DB5DB4DB3DB2DB1DB0
      11D7D6D5D4D3D2D1D0
  • Read binary 8-bit data from DDRAM/CGRAM.
  • The selection of RAM is set by the previous address set instruction. If the address set instruction of RAM is not performed before this instruction, the data that has been read first is invalid, as the direction of AC is not yet determined.
  • If RAM data is read several times without RAM address instructions set before, the read operation, the correct RAM data can be obtained from the second. However, the first data would be incorrect, as there is no time margin to transfer RAM data.
  • In the case of DDRAM read operation, cursor shift instruction plays the same role as DDRAM address set instruction, it also transfers RAM data to an output data register.
  • After the read operation, the address counter is automatically increased/decreased by 1 according to the entry mode.
  • After the CGRAM read operation, the display shift may not be executed correctly.
  • NOTE: In the case of RAM write operation, AC is increased/decreased by 1 as in read operation.
  • At this time, AC indicates the next address position, but only the previous data can be read by the read instruction.

Standard character pattern English/European

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-19

Quality Specifications

Standard of the product appearance test

  • Manner of appearance test: The inspection should be performed using 20W x 2 fluorescent lamps.
  • The distance between LCM and fluorescent lamps should be 100 cm or more.
  • The distance between LCM and the inspector’s eyes should be 25 cm or more.
  • The viewing direction for inspection is 35° from vertical against LCM.Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-20
  • A Zone: Active display area (minimum viewing area).
  • B Zone: Non-active display area (outside viewing area).

Specification of quality assurance

  • AQL inspection standard
  • Sampling method: GB2828-87, Level II, single sampling Defect classification (Note: * is not including)
ClassifyItemNoteAQL
MajorDisplay stateShort or open circuit10.65
LC leakage
Flickering
No display
Wrong viewing direction
Contrast defect (dim, ghost)2
Backlight1,8
Non-displayFlat cable or pin reverse10
Wrong or missing component11
MinorDisplay stateBackground color deviation21.0
Black spot and dust3
Line defect, Scratch4

5

Rainbow
Chip6
Pinhole7
 

Polarizer

Protruded12
Bubble and foreign material3
SolderingPoor connection9
WirePoor connection10
TABPosition, Bonding strength13

Note on defect classification

No.ItemCriterion
1Short or open circuitNot allow
LC leakage
Flickering
No display
Wrong viewing direction
Wrong Back-light
2Contrast defectRefer to the approval sample
Background color deviation
 

3

 

Point defect,

Black spot, dust (including    Polarizer)

 

 

j = (X+Y)/2

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-21

Unit: Inch2

Point

Size

Acceptable Qty.
j<0.10Disregard
0.10<j≤0.152
0.15<j≤0.251
j>0.250
 4 Line defect, ScratchHandson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-22

Unit: mm

LineAcceptable Qty.
LW 
0.05>W Disregard
3.0>L0.1>W>0.05
2.0>L0.15≥W>0.1
 

5

 

Rainbow

No more than two color changes across the viewing area.

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-23

No.ItemCriterion
7Segment pattern

W = Segment width

j = (X+Y)/2

(1) Pinhole

j < 0.10mm is acceptable.

Unit: mm

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-24

Point SizeAcceptable Qty
j≤1/4WDisregard
1/4W< j≤1/2W1
j>1/2W0
8Back-light(1)      The color of the backlight should match with the specification.

(2)       Not allow flickering

9Soldering(1)       Not allow heavy dirty and solder balls on PCB. (The size of dirty refers to point and dust defect)

(2)       Over 50% of lead should be soldered on Land.

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-25

10Wire(1)     Copper wire should not be rusted

(2) Do Not allow cracks on the copper wire connection.

(3)     Not allow reversing the position of the flat cable.

(4)     Not allow exposed copper wire inside the flat cable.

11*PCB(1)     Not allow screw rust or damage.

(2)     Not allow missing or wrong putting of components.

Handson-Technology-DSP-1165-I2C-Serial-Interface-20x4-LCD-Module-FIG-26

Reliability of LCM

Reliability test condition:

ItemConditionTime (hrs)Assessment
High temp. Storage80°C48No abnormalities in functions and appearance
High temp. Operating70°C48
Low temp. Storage-30°C48
Low temp. Operating-20°C48
Humidity40°C/ 90%RH48
Temp. Cycle0°C ¬ 25°C ®50°C

(30 min ¬ 5 min ® 30min)

10cycles

Recovery time should be 24 hours minimum. Moreover, functions, performance, and appearance shall be free from remarkable deterioration within 50,000 hours under ordinary operating and storage conditions at room temperature (20+8°C), normal humidity (below 65% RH), and in the area not exposed to direct sunlight.

Precaution for using LCD/LCM

  • LCD/LCM is assembled and adjusted with a high degree of precision.
  • Do not attempt to make any alteration or modification.
  • The following should be noted.

General Precautions:

  1. LCD panel is made of glass. Avoid excessive mechanical shock or applying strong pressure onto the surface of the display area.
  2. The polarizer used on the display surface is easily scratched and damaged. Extreme care should be taken when handling. To clean dust or dirt off the display surface, wipe gently with cotton, or other soft material soaked with isopropyl alcohol, ethyl alcohol, or trichloro tri florothane, do not use water, ketone, or aromatics, and never scrub hard.
  3. Do not tamper in any way with the tabs on the metal frame.
  4. Do not make any modification on the PCB without consulting XIAMEM OCULAR
  5. When mounting an LCM, make sure that the PCB is not under any stress such as bending or twisting. Elastomer contacts are very delicate and missing pixels could result from slight dislocation of any of the elements.
  6. Avoid pressing on the metal bezel, otherwise the elastomer connector could be deformed and lose contact, resulting in missing pixels and also causing a rainbow on the display.
  7. Be careful not to touch or swallow liquid crystals that might leak from a damaged cell. If any liquid crystal spreads to the skin or clothes, wash it off immediately with soap and water.

Static Electricity Precautions:

  1. CMOS-LSI is used for the module circuit; therefore operators should be grounded whenever he/she comes into contact with the module.
  2. Do not touch any of the conductive parts such as the LSI pads; the copper leads on the PCB and the interface terminals with any parts of the human body.
  3. Do not touch the connection terminals of the display with bare hands; it will cause disconnection or defective insulation of terminals.
  4.  The modules should be kept in anti-static bags or other containers resistant to static for storage.
  5. Only properly grounded soldering irons should be used.
  6. If an electric screwdriver is used, it should be grounded and shielded to prevent sparks.
  7. The normal static prevention measures should be observed for work clothes and working benches.
  8. Since dry air is inductive to static, a relative humidity of 50-60% is recommended.

Soldering Precautions:

  1. Soldering should be performed only on the I/O terminals.
  2. Use soldering irons with proper grounding and no leakage.
  3. Soldering temperature: 280°C+10°C
  4.  Soldering time: 3 to 4 seconds.
  5. Use eutectic solder with resin flux filling.
  6. If the flux is used, the LCD surface should be protected to avoid spattering flux.
  7. Flux residue should be removed.

Operation Precautions:

  1. The viewing angle can be adjusted by varying the LCD driving voltage Vo.
  2. Since applied DC voltage causes electrochemical reactions, which deteriorate the display, the applied pulse waveform should be symmetric such that no DC component remains. Be sure to use the specified operating voltage.
  3. Driving voltage should be kept within a specified range; excess voltage will shorten display life.
  4. Response time increases with a decrease in temperature.
  5. Display color may be affected at temperatures above its operational range.
  6. Keep the temperature within the specified range of usage and storage. Excessive temperature and humidity could cause polarization degradation, polarizer peel-off or generate bubbles.
  7. For long-term storage over 40°C is required, the relative humidity should be kept below 60%, and avoid direct sunlight.

Documents / Resources

Handson Technology DSP-1165 I2C Serial Interface 20x4 LCD Module [pdf] User Guide
DSP-1165 I2C Serial Interface 20x4 LCD Module, DSP-1165, I2C Serial Interface 20x4 LCD Module, Interface 20x4 LCD Module, 20x4 LCD Module, LCD Module, Module

References

Leave a comment

Your email address will not be published. Required fields are marked *