FD2000 FINECHIPS [Finechips], FD2000 Datasheet

no-image

FD2000

Manufacturer Part Number
FD2000
Description
LCD Display Driver
Manufacturer
FINECHIPS [Finechips]
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
FD2000
Manufacturer:
FINECHIP
Quantity:
22
August 2010
FD2000
(LCD Display Driver)
USER’S MANUAL
REVISION 1.0

Related parts for FD2000

FD2000 Summary of contents

Page 1

... FD2000 (LCD Display Driver) USER’S MANUAL REVISION 1.0 August 2010 ...

Page 2

... FD2000 1. OVERVIEW ............................................................................................................................................................4 2. FEATURES.............................................................................................................................................................4 3. BLOCK DIAGRAM..................................................................................................................................................5 4. PIN ASSIGNMENTS...............................................................................................................................................6 4.1. 80-MQFP-1420 ................................................................................................................................................6 4.2. 80-LQFP-1212 .................................................................................................................................................7 5. PIN DESCRIPTIONS..............................................................................................................................................8 6. BLOCK FUNCTIONS..............................................................................................................................................9 6.1. AC (Address counter).......................................................................................................................................9 6.2. DCRAM (Data control RAM) ............................................................................................................................9 6.3. ADRAM (Additional data RaM) ......................................................................................................................10 6.4. CGROM (Character generator ROM) ............................................................................................................11 6.5. CGRAM (Character generator RAM) .............................................................................................................11 7. RESET FUNCTION .............................................................................................................................................12 8. SERIAL DATA TRANSFER FORMAT.................................................................................................................13 9 ...

Page 3

... FD2000 14. SAMPLE CORRESPONDENCE BETWEEN INSTRUCTIONS AND THE DISPLAY ........................................29 15. FD2000 CHARACTER FONT (STANDARD) .....................................................................................................31 16. ELECTRICAL CHARACTERISTICS ..................................................................................................................32 16.1. Absolute maximum ratings...........................................................................................................................32 16.2. Allowable operating ranges..........................................................................................................................33 16.3. Electrical characteristics in the allowable operating ranges ........................................................................34 17. PACKAGE DIMENSIONS...................................................................................................................................36 17.1. 80-MQFP-1420 ............................................................................................................................................36 17.2. 80-LQFP-1212 .............................................................................................................................................37 Rev1.0 3/37 ...

Page 4

... FD2000 1. OVERVIEW The FD2000 is 1/8 to 1/10 duty dot matrix LCD display controller/drivers that supports the display of characters, numbers, and symbols. In addition to generating dot matrix LCD drive signals based on data transferred serially from a microcontroller, the FD2000 also provide on-chip character display ROM and RAM to allow display systems to be implemented easily ...

Page 5

... FD2000 3. BLOCK DIAGRAM Rev1.0 5/37 ...

Page 6

... PIN ASSIGNMENTS 4.1. 80-MQFP-1420 COM4 65 COM3 66 COM2 67 COM1 68 VDD 69 VLCD 70 VLCD1 71 VLCD2 72 73 VLCD3 VSS 74 OSCO 75 OSCI 76 RESETB FD2000 (80-MQFP-1420) Rev1.0 40 S40 39 S39 S38 38 37 S37 36 S36 35 S35 S34 34 33 S33 32 S32 31 S31 S30 30 29 S29 28 S28 27 S27 S26 26 25 ...

Page 7

... FD2000 4.2. 80-LQFP-1212 Rev1.0 7/37 ...

Page 8

... FD2000 5. PIN DESCRIPTIONS Pin Names Pin No. S1-S58 1-58 Segment driver outputs. (79,80, The S59/COM10 and S60/COM9 pins can be used as 1-56) common driver outputs under the “set display technique” instruction. S59/COM10 59(57) S60/COM9 60(58) COM1-COM8 68-61 Common driver outputs. (66-59) OSCI 76(74) Oscillator connections. An oscillator circuit is formed by connecting an external resistor and capacitor at these pins. ...

Page 9

... FD2000 6. BLOCK FUNCTIONS 6.1. AC (ADDRESS COUNTER counter that provides the addresses used for DCRAM and ADRAM. The address is automatically modified internally, and the LCD display state is retained. 6.2. DCRAM (DATA CONTROL RAM) DCRAM is RAM that is used to store display data expressed as 8-bit character codes. (These character codes are converted dot matrix character patterns using CGROM or CGRAM ...

Page 10

... FD2000 6.3. ADRAM (ADDITIONAL DATA RAM) ADRAM is RAM used to store the ADATA display data. ADRAM has a capacity bits, and the stored display data is displayed directly without the use of CGROM or CGRAM. The table below lists the correspondence between the 4-bit ADRAM address loaded into AC and the display position on the LCD panel. ...

Page 11

... FD2000 6.4. CGROM (CHARACTER GENERATOR ROM) CGROM is ROM used to generate the 240 kinds dot matrix character patterns from the 8- bit character codes. CGROM has a capacity of 240 x 45 bits. When a character code is written to DCRAM, the character pattern stored in CGROM corresponding to the character code is displayed at the position on the LCD corresponding to the DCRAM address loaded into AC ...

Page 12

... FD2000 7. RESET FUNCTION The FD2000 is reset when a low level is applied to the RESETB pin at power on and, in normal mode reset the FD2000 create a display with all LCD panels turned off. However, after a reset applications must set the contents of DCRAM, ADRAM, and CGRAM before turning on display with a “display on/off control” instruction since the contents of these memories are undefined. That is, applications must execute the following instructions. − ...

Page 13

... FD2000 8. SERIAL DATA TRANSFER FORMAT − When CL is stopped at the low level − When CL is stopped at the high level − Address: 47H − D63: Instruction data The data is acquired on the rising edge of the CL signal and latched on the falling edge of the CE signal. When ...

Page 14

... FD2000 Rev1.0 14/37 ...

Page 15

... FD2000 10. DETAILED INSTRUCTION DESCRIPTIONS 10.1. SET DISPLAY TECHNIQUE ― Sets the display technique Code D56 D57 D58 D59 D60 D61 D62 DT1 DT2 don’t care 10.1.1. DT1, DT2: Setting the display technique DT1 DT2 Display technique 0 0 1/8 duty, 1/4 bias drive ...

Page 16

... FD2000 10.2.2. DG1 to DG12: Specifies the display digit Display digit 1 Display digit data DG1 DG2 For example, if DG1 to DG6 are 1, and DG7 to DG12 are 0, then display digits will be turned on, and display digits will be turned off (blanked). 10.2.3. SC: Controls the common and segment output pins ...

Page 17

... FD2000 10.4. SET AC ADDRESS ― Specifies the DCRAM and ADRAM address for AC D48 D49 D50 D51 D52 D53 DA0 DA1 DA2 DA3 DA4 DA5 10.4.1. DA0 to DA5: DCRAM address DA0 DA1 DA2 DA3 LSB 10.4.2. RA0 to RA3: ADRAM address RA0 RA1 RA2 RA3 LSB ...

Page 18

... FD2000 − DCRAM data write method when − DCRAM data write method when (Instructions other than the “DCRAM data write” instruction cannot be executed.) 10.5.4. Data format at (1) (24 bits) D40 D41 D42 D43 D44 D45 D46 D47 D48 D49 D50 D51 D52 D53 D54 D55 D56 D57 D58 D59 D60 D61 D62 D63 AC0 AC1 AC2 AC3 AC4 AC5 AC6 AC7 DA0 DA1 DA2 DA3 DA4 DA5 10 ...

Page 19

... FD2000 10.6. ADRAM DATA WRITE ― D40 D41 D42 D43 D44 D45 D46 D47 D48 D49 D50 D51 D52 D53 D54 D55 D56 D57 D58 D59 D60 D61 D62 D63 AD1 AD2 AD3 AD4 AD5 X X 10.6.1. RA0 to RA3: ADRAM address RA0 RA1 ...

Page 20

... FD2000 − ADRAM data write method when (Instructions other than the “ADRAM data write” instruction cannot be used.) 10.6.4. Data format at (4) (24 bits) D40 D41 D42 D43 D44 D45 D46 D47 D48 D49 D50 D51 D52 D53 D54 D55 D56 D57 D58 D59 D60 D61 D62 D63 ...

Page 21

... FD2000 10.7. CGRAM DATA WRITE ― CD1 CD2 CD3 CD4 CD5 D16 D17 D18 D19 D20 CD17 CD18 CD19 CD20 C21 D32 D33 D34 D35 D36 CD33 CD34 CD35 CD36 CD37 D48 D49 D50 D51 D52 CA0 CA1 CA2 CA3 CA4 10 ...

Page 22

... FD2000 11. NOTES ON THE POWER ON AND POWER OFF SEQUENCES At power on: Logic block power supply (VDD) on → LCD driver block power supply (VLCD power off: LCD driver block power supply (VLCD) off → Logic block power supply (VDD) off However, if the logic and LCD driver block use a shared power supply, then the power supplies can be turned on and off at the same time ...

Page 23

... FD2000 12. LCD DRIVE TECHNIQUE 12.1. 1/8 DUTY, 1/4 BIAS DRIVE TECHNIQUE COM1 COM2 COM8 LCD driver output when all LCD segments corresponding to COM1 to COM8 are turned off. LCD driver output when only LCD segments corresponding to COM1 are turned on. LCD driver output when only LCD segments corresponding to COM2 are turned on ...

Page 24

... FD2000 12.2. 1/9 DUTY, 1/4 BIAS DRIVE TECHNIQUE COM1 COM2 COM9 LCD driver output when all LCD segments corresponding to COM1 to COM9 are turned off. LCD driver output when only LCD segments corresponding to COM1 are turned on. LCD driver output when only LCD segments corresponding to COM2 are turned on ...

Page 25

... FD2000 12.3. 1/10 DUTY, 1/4 BIAS DRIVE TECHNIQUE COM1 COM2 COM10 LCD driver output when all LCD segments corresponding to COM1 to COM10 are turned off. LCD driver output when only LCD segments corresponding to COM1 are turned on. LCD driver output when only LCD segments corresponding to COM2 are turned on ...

Page 26

... FD2000 13. SAMPLE APPLICATION CIRCUIT 13.1. 1/8 DUTY, 1/4 BIAS DRIVE (FOR USE WITH NORMAL PANELS) 13.2. 1/8 DUTY, 1/4 BIAS DRIVE (FOR USE WITH LARGE PANELS) Rev1.0 26/37 ...

Page 27

... FD2000 13.3. 1/9 DUTY, 1/4 BIAS DRIVE (FOR USE WITH NORMAL PANELS) 13.4. 1/9 DUTY, 1/4 BIAS DRIVE (FOR USE WITH LARGE PANELS) Rev1.0 27/37 ...

Page 28

... FD2000 13.5. 1/10 DUTY, 1/4 BIAS DRIVE (FOR USE WITH NORMAL PANELS) 13.6. 1/10 DUTY, 1/4 BIAS DRIVE (FOR USE WITH LARGE PANELS) Rev1.0 28/37 ...

Page 29

... FD2000 14. SAMPLE CORRESPONDENCE BETWEEN INSTRUCTIONS AND THE DISPLAY LSB Instruction (Hex) MSB No. D40 D44 D48 D52 D56 D60 D43 D47 D51 D55 D59 D63 Power application 1 (Initialization with the RESETB pin.) Set display technique 2 0 DCRAM data write (increment mode) ...

Page 30

... FD2000 Continued from preceding page. LSB Instruction (Hex) MSB D40 D44 D48 D52 D56 No D43 D47 D51 D55 D59 DCRAM data write (increment mode DCRAM data write (increment mode Set AC address Display on/off control ...

Page 31

... FD2000 Rev1.0 31/37 ...

Page 32

... FD2000 16. ELECTRICAL CHARACTERISTICS 16.1. ABSOLUTE MAXIMUM RATINGS ° =0V Parameter Maximum supply voltage Input voltage Output voltage Output current Allowable power dissipation Operating temperature Storage temperature Symbol Conditions V max max V LCD LCD V CE, CL, DI, RESETB IN1 V OSCI IN2 ...

Page 33

... FD2000 16.2. ALLOWABLE OPERATING RANGES (T = –40 to 85° Parameter Operating Voltage Input voltage Input high level voltage Input low level voltage Recommended external resistance Recommended external capacitance Guaranteed oscillation range Data setup time Data hold time CE wait time CE setup time ...

Page 34

... FD2000 16.3. ELECTRICAL CHARACTERISTICS IN THE ALLOWABLE OPERATING RANGES Parameter Symbol Hysteresis V H Input high level current I IH Input low level current OH1 Output high level voltage V OH2 V OH3 V OL1 Output low level voltage V OL2 V OL3 V MID1 Output middle level V NOTE1 MID2 ...

Page 35

... FD2000 − Voltage Divider Resistor Circuit for Bias − When CL is stopped at the low level − When CL is stopped at the high level Rev1.0 35/37 ...

Page 36

... FD2000 17. PACKAGE DIMENSIONS 17.1. 80-MQFP-1420 Rev1.0 36/37 ...

Page 37

... FD2000 17.2. 80-LQFP-1212 0. Rev1 θ L2 37/37 ...

Related keywords