显示模块使用说明书-ParticleDocs
- 格式:pdf
- 大小:506.41 KB
- 文档页数:9
图形点阵液晶显示模块使用手册JCM12864A图形点阵液晶显示模块使用手册深圳市锦昌第 1 页目录(一) 概述(二) 外形尺寸(三) 模块主要硬件构成说明(四) 模块的外部(五) 指令说明(六) 读写操作时序一,概述JCM12864A是一种图形点阵液晶显示器,它主要由行第 2 页二,外形尺寸图图 12. 外形尺寸图表 1ITEM NOMINAL DIMEN UNIT模块体积113×65×11 mm视域73.4×38.8 mm行列点阵数128×64 DOTS点距离0.508×0.508 mm点大小0.458×0.458 mmReturn三,模块主要硬件构成说明结构框图:注:IC2控制模块的左半屏,IC1控制模块的右半屏.IC3为行驱动器.IC1,IC为列驱动器.IC1,IC2,IC3含有如下主要功能器件.了解如下器件有利于对第 3 页LCD模块之编程.1.指令寄存器(IR)IR是用来寄存指令码,与数据寄存器寄存数据相对应.当D/I=1 时,在E信号下降沿的作用下,指令码写入IR.2.数据寄存器(DR)DR是用来寄存数据的,与指令寄存器寄存指令相对应.当D/I=1时,在E信号的下降沿作用下,图形显示数据写入DR,或在E信号高电平作用下由DR读到DB7~DB0 数据总线.DR 和DDRAM之间的数据传输是模块内部自动执行的.3.忙标志:BFBF标志提供内部工作情况.BF=1表示模块在进行内部操作,此时模块不接受外部指令和数据.BF=0时,模块为准备状态,随时可接受外部指令和数据.利用STATUS READ 指令,可以将BF读到DB7总线,从而检验模块之工作状态.4.显示控制触发器DFF此触发器是用于模块屏幕显示开和关的控制.DFF=1为开显示(DISPLAY ON),DDRAM 的内容就显示在屏幕上,DDF=0为关显示(DISPLAY OFF).DDF 的状态是指令DISPLAY ON/OFF和RST信号控制的.5.XY地址计数器XY地址计数器是一个9位计数器.高三位是X地址计数器,低6位为Y地址计数器,XY地址计数器实际上是作为DDRAM的地址指针,X地址计数器为DDRAM的页指针,Y地址计数器为DDRAM的Y地址指针.X地址计数器是没有记数功能的,只能用指令设置.Y地址计数器具有循环记数功能,各显示数据写入后,Y地址自动加1,Y地址指针从0到63.6.显示数据RAM(DDRAM)DDRAM是存贮图形显示数据的.数据为1表示显示选择,数据为0表示显示非选择.DDRAM与地址和显示位置的关系见DDRAM地址表(见第6页).7.Z地址计数器Z地址计数器是一个6位计数器,此计数器具备循环记数功能,它是用于显示行扫描同步.当一行扫描完成,此地址计数器自动加1,指向下一行扫描数据,RST复位后Z地址计数器为0.Z地址计数器可以用指令DISPLAY START LINE 预置.因此,四,模块的外部接口部接口信号如下表2所示:表 2管脚号管脚名称 LEVER 管脚功能描述1 VSS 0V 电源地2 VDD 5.0V 电源电压3 V0 - 液晶显示器驱动电压4 D/I H/L D/I="H",表示DB7~DB0为显示数据D/I="L",表示DB7~DB0为显示指令数据5 R/W H/L R/W="H",E="H",数据被读到DB7~DB0R/W="L",E="H→L", DB7~DB0的数据被写到IR或DR6 E H/L 使能信号:R/W="L",E信号下降沿锁存DB7~DB0R/W="H",E="H" DRAM数据读到DB7~DB07 DB0 H/L 数据线8 DB1 H/L 数据线9 DB2 H/L 数据线10 DB3 H/L 数据线11 DB4 H/L 数据线第 4 页12 DB5 H/L 数据线13 DB6 H/L 数据线14 DB7 H/L 数据线15 CS1 H/L H:选择芯片(右半屏)信号16 CS2 H/L H:选择芯片(左半屏)信号17 RET H/L 复位信号,低电平复位18 VEE -10V LCD驱动负电压19 IED+ DC+5V 背光板电源20 IED- DC0V 背光板电源Return五,指令说明指令表:表 3指指令码功能令 RW DI D7 D6 D5 D4 D3 D2 D1 D0显示ON/OFF0 0 0 0 1 1 1 1 1 1/0 控制显示器的1.显示开关控制(DISPLAY ON/OFF)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 0 0 0 1 1 1 1 1 DD=1:开显示(DISPLAY ON) 意即显示器可以进行各种显示操作D=0:关显示(DISPLAY OFF) 意即不能对显示器进行各种显示操作2.设置显示起始行(DISPLAY START LINE)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 0 1 1 A5 A4 A3 A2 A1 A0前面在Z地址计数器一节已经描述了显示起始行是由Z地址计数器控制的.A5~A0 6位地址自动送入Z地址计数器,起始行的地址可以是0~63的任意一行.例如:选择A5~A0是62,则起始行与DDRAM行的对应关系如下:第 5 页DDRAM 行:62 63 0 1 2 3 ·················28 29屏幕显示行: 1 2 3 4 5 6················· 31 323.设置页地址(SET PAGE "X ADDRESS")代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 0 1 0 1 1 1 A2 A1 A0所谓页地址就是DDRAM的行地址,8行为一页,模块共64行即8页,A2~A0表示0~7页.读写数据对地址没有影响,页地址由本指令或RST信号改变复位后页地址为0.页地址与DDRAM的对应关系见DDRAM地址表.4.设置Y地址(SET Y ADDRESS)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 0 0 1 A5 A4 A3 A2 A1 A0此指令的作用是将A5~A0送入Y地址计数器,作为DDRAM的Y地址指针.在对DDRA M进行读写操作后,Y地址指针自动加1,指向下一个DDRAM单元.DDRAM地址表:表 4CS2=1CS1=1Y= 0 1 62630 1 62 63 行号X= 0DB0 ↓DB7DB0 ↓DB7DB0 ↓DB7DB0↓DB7DB0↓DB7DB7DB0↓DB7DB0 ↓ DB7DB0 ↓ DB7DB0 ↓ DB70 ↓ 7 ↓DB0 ↓ DB7DB0 ↓ DB7DB0 ↓ DB7DB0↓DB7DB0↓DB7DB0↓DB7DB0↓DB7DB0 ↓ DB7DB0 ↓ DB7DB0 ↓ DB78 ↓55X=7 DB0 ↓DB7DB0 ↓ DB7DB0 ↓ DB7DB0↓DB7DB0↓DB0↓DB7DB0↓DB7DB0 ↓DB7DB0 ↓DB7DB0 ↓DB756 ↓635.读状态(STATUS READ)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 1 BUSY 0 ON/OFFRET 0 0 0 0当R/W=1 D/I=0时,在E信号为"H"的作用下,状态分别输出到数据总线(DB7~DB0)的相应位.BF: 前面已叙述过(见BF标志位一节).ON/OFF: 表示DFF触发器的状态(见DFF触发器一节).RST: RST=1表示内部正在初始化,此时组件不接受任何指令和数据.6.写显示数据(WRITE DISPLAY DATE)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 0 1 D7 D6 D5 D4 D3 D2 D1 D0D7~D0为显示数据,此指令把D7~D0写入相应的DDRAM单元,Y地址指针自动加1.7.读显示数据(READ DISPLAY DATE)代码 R/W D/I DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0形式 1 1 D7 D6 D5 D4 D3 D2 D1 D0此指令把DDRAM的内容D7~D0读到数据总线DB7~DB0,Y地址指针自动加1. Return六,读写操作时序1.写操作时序图 3第 6 页2.读操作时序图 43.读写时序参数表表 5名称符号最小值典型值最大值单位E 周期时间 Tcyc 1000 --- --- nsE高电平宽度 Pweh 450 --- --- nsE低电平宽度 Pwel 450 --- --- nsE上升时间 Tr --- --- 25 nsE下降时间 Tf --- --- 25 ns地址建立时间 Tas 140 --- --- ns地址保持时间 Tah 10 --- --- ns数据建立时间 Tdsw 200 --- --- ns数据延迟时间 Tddr --- --- 320 ns写数据保持时间 Tdhw 10 --- --- ns 读数据保持时间 Tdhw 20 --- --- ns Return第 7 页。
EDM12232-06图形点阵式液晶显示模块使用说明大连东福彩色液晶显示器有限公司1. 使用范围----------------------------------------------------22. 质量保证----------------------------------------------------23. 性能特点----------------------------------------------------24. 外形图-------------------------------------------------------65. I/O接口特性-----------------------------------------------76. 质量等级---------------------------------------------------167. 可靠性---------------------------------------------------198. 生产注意事项---------------------------------------------199. 使用注意事项---------------------------------------------20第 2 页共 20页第 3 页 共 20页1、使用范围该检验标准适用于大连东福公司设计提供的标准液晶显示模块。
如果在使用中出现了异常问题或没有列明的项目,建议同最近的供应商或本公司联系。
2、质量保证 如在此手册列明的正常条件下使用、储存该产品,公司将提供12个月的质量保证。
3、性能特点3-1.性能:显示方式 : 半透、正显黄绿色 STN LCD 显示颜色 : 显示点: 深蓝色背景:黄绿色显示形式 : 122(w)×32 (h) 全点阵 输入数据 : 来自MPU 的8位并行数据接口 驱动路数 : 1/32 Duty视 角 :6 点3-2.机械性能:项 目 规 格 单位外形尺寸 84.0(W)×44.0(H) ×14.0 Max. Mm 显示点阵数 122(W) ×32 (H) Dots —视 域 60.0(W)×18.0(H) Mm 显示图形域 48.76(W)×15.32H) Mm 点间距 0.4(W)×0.45(H) Mm 点尺寸 0.36(W)×0.41(H) Mm 重量 Approx. 40 G3-3. 极限参数:项目 符 号 最小值 最大值 单位 注 释逻辑 Vdd-0.3 7.0 V 电源电压 LCD 驱动 Vdd – Vee VDD-13.5VDD-3.5V 输入电压 Vi -0.3 VDD+0.3V 操作温度 Top -10 50 ℃ 储存温度 Tstg -20 60 ℃ 湿度 — — 90 %RH 背光驱动动电压 VBL — 5.0 VLCD 模块使用手册第 4 页 共 20页3-4. 电气特性:3-4-1 电气参数项 目 符 号 条 件 最小值典型值 最大值 单 位 逻辑 Vdd 4.5 5.00 5.5电源电压LCD 驱动 Vdd–Vee — 5.0 —高电平 Vih Vdd=5V ±5% 2.0 — Vdd输入电压低电平 Vil 0 — 0.8V频 率 Fflm Vdd=5V — 75 — Hz逻辑 Idd — 0.44 —功 耗 LCD 驱动 Iee Vdd=5V Vdd–Vee=5.2VFflm=75Hz — 0.42 —mA Ta= -20℃φ=0°,θ=0°— — —Ta= 25℃φ=0°,θ=0°— 5.0 — LCD 驱动电压 (推荐电压) Vdd–Vee Ta= 60℃φ=0°,θ=0° — — —VNote: <1> 驱动路数=1/32 <2> 所有点在静态条 3-5. 光电特性项 目 符号温度 条件 最小值典型值最大值 单位 注释 -20℃ — — —25℃ — 5.0 — LCD 驱动电压 (推荐电压) V LCD 60℃ φ=0°,θ=0°— — — V 1,2,5-20℃ — 750 1100 上升时间 tr25℃ — 150 200 -20℃ — 1000 1500响应时间 衰退时间 td 25℃ φ=0°,θ=0° — 150 200Ms 1,3,5垂直 — +50/-45—视 角Δφ 25℃水平 — +55/-55—deg. 1,4,5对比度 K 25℃ φ=0°,θ=0°2 — 5 — 1,5,6注意:<1> φ和θ的定义<2> 在此电压范围内能获得对比度大于2(k≥2)第 5 页共 20页第 6 页 共 20页注意:<6> 对比度定义(K)正显负显非选择点的亮度(B2) 选择点的亮度(B1)4、外形图第 7 页 共 20页5、I/O 接口特性5-1. I/O 接口表:管脚号 符号功 能1 Vcc 电源电压2 Vss 接地3 Vee LCD 驱动电压4 RES 复位信号5 E1 使能信号6 E2 使能信号7 R/W 读写控制信号8 A0 显示数据.指令数据控制信号 9~16 DB0~DB7数据线 17 LED+ 背光电源 18 LED - 背光电源5-2.时序及时序图:项目 符号 条件最小值 最大值 单位 E 使能信号周期 Tc 1000 — E 高电屏保持时间 Twh 450 — E 低电屏保持时间 Twl450 — E 上升时间 Tr — 25 E 下降时间 Tf — 25R/W 建立时间 Tasu140 —R/W 保持时间 Tah10 — 数据上升时间 Tdsu 200 — 数据延时时间 Td — 320 写数据保持时间 Tdhw 20 — 读数据保持时间 TdhrVdd=5V ±5%Vss=0V Ta=25℃ 10 —ns时序图如下:(a) 写时序图第 8 页 共 20页(b)读时序图5-3. 电源连接图5-4. 电路图解(图解参见Fig.5-4)LCD 模块需逻辑电压(Vdd )和LCD 驱动电压(Vee )注释: 当信号线直接连到C-MOS电路且没有内部上拉或下拉电阻时,有必要隔离外部干扰来保护信号线。
DOT MATRIXLIQUID CRYSTAL DISPLAYMODULECOMPANY NAME : 伍豐科技USER‘MANUALSBS02002D0 SerialSBS02002D0LEW10(英日英日文版文版) LCD Module Description: SBS02002D0LEW20(英歐英歐文版文版)SBS02002D0LEW30(英俄英俄文版文版)PROPOSED BYAPPROVEDDesignApprovedSDEC TECHNOLOGY CORP.ADDRESS: 10F, No. 100, Shing De Rd., San Chung City 241Taipei Hsien, Taiwan R.O.C.TEL: 886-2-2999-2512/886-2-8512-1288 FAX: 886-2-2999-2510/886-2-8512-2828LCM SAMPLE APPROVAL (液 晶 顯 示 模 組組 樣 品 確 認 書)1. P ART A:FILLED BY SDEC TECH (由SDEC 填寫填寫))1) COMPANY NAME (客戶名稱客戶名稱):):):伍豐科技股份有限公司伍豐科技股份有限公司2) SDEC ITEM NO.(產品型號產品型號)):SBS02002D0LEW10/SBS02002D0LEW20/SBS02002D0LEW30 3) CUSTOMER ITEM NO.(客戶產品型號客戶產品型號)):RD9000PH03AJ/RD9000PH03AI/RD9000PH03AK 4) LCM Function (LCM 內容):ALCD TYPE (LCD 種類):□ TN, □ HTN, ■ STN, □ FSTN ( □ POSITIVE/正向正向,,■ NEGATIVE/反向, □ BLACK MASK/內黑絲印) B VIEWING AREA (視角方向):□ 3H, □ 6H, □ 9H, ■ 12HC POLARIZER COLOR (偏光板顏色):□ GRAY/灰色, □ YELLOW GREEN/黃綠色黃綠色,,■ BLUE/藍色, □ BLACK/黑色D BACKLIGHT COLOR (背光顏色):□ YELLOW GREEN/黃綠光, □ ORANGE/橘光□ RED/紅光, □ BLUE/藍光, □ GREEN/翠綠光, ■ WHITE/白光E TEMPERATURE (溫度):□ NORMAL/常溫, ■ WIDE/廣溫F Rom Code CheckSum :AF37H (Check Sum is not Read Back).GSBS02002D0LEW10 : SPLC780D1-01 CONTROL IC (控制IC): SBS02002D0LEW20 : SPLC780D1-03SBS02002D0LEW30 : SPLC780D1-02 SAMPLE DELIVERY DATE (出樣日期出樣日期):):2010.09.20 2.PART B:FILLED BY CUSTOMER (請客戶填寫請客戶填寫))CHECK LIST ITEMS (檢查項目檢查項目):):OK NG REASON (原因原因)) 1).LCM SIZE AND THICKNESS:(LCM 尺寸及厚度尺寸及厚度)): □ □ ________ 2).POLARIZER COLOR :(:(偏光板色澤偏光板色澤偏光板色澤):): □ □ ________ 3).ELECTRO CHARACTERISTIC :(:(電氣特性電氣特性電氣特性):): □ □ ________ 4).VIEWING AREA (視角範圍視角範圍):):□ □ ________ 5).BACKLIGHT ILLIMINATION (背光亮度背光亮度):): □ □ ________ 6).TEMPERATURE RANGE (溫度範圍溫度範圍):):□□________APPROVED BY (批准批准):): DATE OF APPROVAL (批准日期批准日期):):REVISION RECORDRevisionPage Contents2008.07 Mass Production2009.03A1. Change Instruction Code Table2. Add “€”Pattern in Font Table 07H & 0FH3. PCB R15~R25:100Ω change to 0Ω 2009.05A2 1. Add Customer Item No. 2 2. Add Rom code CheckSum.3. PCB Rev No :Rev.3 up date to Rev.4 2010.09A1. Initial Delay 30ms2. PCB U4:AT89C2051 change to SM894051C 23. CheckSum :AF37HCONTENTSPAGE ●LCM Sample Approval 2●REVISION RECORD 31. Mechanical Specification 52. Mechanical Diagram 53. Interface Pin Connections 54. Block Diagram 55. Backlight Electronic Characteristics 56. Absolute Maximum Ratings 67. Electrical Characteristics 68. Optical Characteristics 69. Optical Definitions 610. Instruction Set 711.Instruction Description 812. User Font Patterns 1113. Character Generator ROM Map13.1 SBS02002D0LEW10 Font Table 1213.2 SBS02002D0LEW20 Font Table 1313.3 SBS02002D0LEW30 Font Table 1414. Reliability Condition 1515. Function Test & Inspection Criteria 1516. Test – Normal Temperature 1817. Test – Wide Temperature 1918. Precautions Against Product Handling 2019. Warranty 211.Mechanical SpecificationITEM STANDARD VALUE UNITNUMBER OF CHARACTERS 20 CHARACTERS X 2 LINES --CHARACTER FORMAT 5 X 8 DOTS --MODULE DIMENSION167.0 (W) X 46.0 (H) X 18.5(Max) (T) mm EDGE LED BACKLIGHTVIEWING DISPLAY AREA 123.0 (W) X 23.0 (H) mmACTIVE DISPLAY AREA 118.85 (W) X 19.0 (H) mmCHARACTER SIZE 4.85 (W) X 9.32 (H) mmCHARACTER PITCH 6.00 (W) X 9.77 (H) mmDOT SIZE 0.93 (W) X 1.11 (H) mmDOT PITCH 0.98 (W) X 1.16 (H) mmNO SYMBOL FUNCTION1 VDD DC +5V2 VSS GND ( 0V)3 DI Series Data Input4 FGND FRAME GND5. Backlight Electronic CharacteristicsTa=25℃ITEM SYMBOL Ratings UNIT Absolute maximum forward current IFm 2*80 mA Peak forward current IFp 2*160 mAReverse Voltage Vr 4 VPower Dissipation Pd 2*160 mW Operating Temperature Range Top -20~+70 ℃Storage Temperature Range Tst -30~+80 ℃ITEM SYMBOL MIN. TYPE MAX. UNIT CONDITION Forward Voltage VF 3.8 4.0 4.2 V IF=2*40mAReverse Current Ir -- -- 2*200 μA Vr=4VLuminance LV 500 600 -- cd/m2IF=2*40mARange X=0.25~0.29 , Y=X-0.0135~X+0.0175 IF=2*40mA6. Absolute Maximum RatingsITEM SYMBOLMIN. TYPE MAX. UNIT INPUT VOLAGEVI VSS ── VDD V SUPPLY VOLTAGE FOR LOGIC VDD-VSS ── 5.0 6.5 V SUPPLY VOLTAGE FOR LCD VDD-VO ── ── 6.5 V NORMAL TEMPERATURE RANGE OPTERATING 0~+50 STORAGE -10~+60 ℃ TN HTN WIDE TEMPERATURE RANGE OPTERATING -20~+70 STORAGE -30~+80 ℃ STN FSTNWIDE TEMPERATURE RANGE OPTERATING-20~+70STORAGE-30~+80℃STATIC ELECTRICITYBe sure that you are grounded when handing LCM.7. Electrical CharacteristicsITEMSYN CONDITIONMIN. TYPE MAX. UNIT SUPPLY VOLTAGE FOR LOGIC VDD -VSS ── 4.5 5.0 5.5 V SUPPLY VOLTAGE FOR LCD VDD -VO Ta =-20℃ Ta =25℃ Ta =+70℃ ── 4.1 ── 4.9 4.3 3.9 ── 4.5 ── V V V INPUT HIGH VOLTAGE VIH ── 2.2 ── VDD V INPUT LOW VOLTAGE VIL ── 0 ── 0.6 V OUTPUT HIGH VOLTAGE VOH ── 2.4 ── ── V OUTPUT LOW VOLTAGE VOL ── ── ── 0.4 V SUPPLY CURRENT (Without Backlight)IDDVDD=+5V──3.04.5mA8. Optical Characteristics Ta at 25℃ITEMSYM CONDITIONMIN. TYPE MAX.UNIT VIEW ANGLE (TOP /BOTTOM) θ1~θ2 CR ≧5 -35o ── 45odeg. VIEW ANGLE (LEFT /RIGHT)φ1.φ2 CR ≧5 -35o ── 35o deg. CONTRAST RATIO CR ── ── 8 ── ── RESPONSE TIME (RISE) TON /Tr ── ── 170 ── mS RESPONSE TIME (DECAY)TOFF /Tf────220──mS9. Optical Definitions10. COMMAND SETC ommand C ode(hex)D escriptionESC @ 1B 40 Initialize.ESC _ n 1B 5F n (n=0, 1) Cursor hide/Show.HT 09 Cursor right.ESC [ C 1B 5B 43 Cursor right.BS 08 Cursor left.ESC [ D 1B 5B 44 Cursor left.LF 0A Cursor down.ESC [ B 1B 5B 42 Cursor down.ESC [ A 1B 5B 41 Cursor up.ESC [ H 1B 5B 48 Cursor homeHOM 0B Cursor homeCR 0D Cursor left-endESC [ L 1B 5B 4C Cursor left-end.ESC [ R 1B 5B 52 Cursor right-end.ESC [ K 1B 5B 4B Cursor to the bottom.ESC C n d0….d7 1B 43 n d0….d7 (00h<=n<=07h) Create custom character patternsESC l x y 1B 6C x y (01h<=x<=14h, 01h<=y<=02h) Cursor to specified position.CLR 0C Clear screen.ESC Q A 1B 51 41 [datax15] 0D Set string display mode, write string to upper line.ESC Q B 1B 51 42 [datax15] 0D Set string display mode, write string to lower line.ESC DC1 1B 11 Overwrite modeESC DC2 1B 12 Vertical scroll modeESC DC3 1B 13 Horizontal scroll modeCAN 18 Clear cursor line, clear string modeESC W s x1 x2 y 1B 57 s x1 x2 yS = 00h , 01h01h<=x1<=x2<=14h,Y = 01h , 02hSet/cancel the window range inHorizontal scroll modeThere are basically four display modes for the LCD. The user may choose the mode that is most appropriate for the application.Overwrite Mode:******************************************************************************************* from left to right, if it is at the end of the Line, it moves to the beginning of the other line. Characters are displayed at the Current cursor position, overwriting what is originally there, the cursor is then moved to the next position.Vertical Scroll Mode:If the cursor is at the upper line it behaves like the overwrite mode. When it is at the end of the lower line, the next character would scroll the content of the lower line to the upper line, the lower line is cleared and the cursor is moved to the beginning of the lower line.Horizontal Scroll Mode:In this mode the cursor stays in what ever line it is at, unless changed by cursor Movement commands. When the cursor is not at the end of the line, the input Character is displayed at current cursor position, the cursor is then moved right. Once at the end of the line, subsequent character input would scroll the current Line left one position, and the new character is displayed at the end position. There is also a command, ESC W, to set display window in this mode. The effective display line would be limited within the window as defined by the command.String Mode:This mode is perhaps the simplest used. The two display lines are treated independently. Only two commands, ESC Q A and ESC Q B, are needed. ESC Q A followed by a string on the upper line, left aligned. A CR (0DH) character terminates the command. If the string is less than twenty characters in length, the rest of display line is padded with plank. ESC Q B does the same for the lower display line. The only other commands active in this mode are CLR and CAN. CLR would clear the display and change the LCD into overwrite mode. CAN clears the last line that was changed and change the LCD into overwrite mode. The initialization command, ESC @, has no effect in this mode.11. Instruction Description11.1 ESC @ / Initialize display /ASCII Format:ESC @DEC Format:[027] [064]HEX Format:[1BH][40H]Description:Clear the data in the input buffer and reset setting to power on defaults.11.2 CLR / Clear display screen, and clear string mode /ASCII Format:CLRDEC Format:[012]HEX Format:[0CH]Description:Clear all the characters displayed, clear string mode.11.3 CAN / Clear cursor line, and clear string mode /ASCII Format:CANDEC Format:[024]HEX Format:[18H]Description:Clear the line where the cursor is at, clear string mode.11.4 ESC Q A d1d2d3…dn CR / Set string display mode, write string to upper line /ASCII Format:ESC Q A d1d2d3…dn CRDEC Format:[027][081] [065] d1d2d3…dn [013]HEX Format:[1BH] [51H] [41H] d1d2d3…dn [0DH] {20h<=dn<=ffh ,1<=n<=20}Description:Set string display mode, write to upper line.The string display mode can be cancelled with CLR or CAN.11.5 ESC Q B d1d2d3…dn CR / Set string display mode, write string to lower line /ASCII Format:ESC Q B d1d2d3…dn CRDEC Format:[027] [081][066] d1d2d3…dn [013]HEX Format:[1BH][51H][42H] d1d2d3…dn [0DH] {20h<=dn<=ffh ,1<=n<=20}Description:Set string display mode, write to lower line.The string display mode can be cancelled with CLR or CAN.11.6 ESC [ A / Move cursor up /ASCII Format:ESC [ ADEC Format:[027] [091] [065]HEX Format:[1BH] [5BH] [41H]Description:move the cursor up one line.When the cursor is at the upper line, this command operates differently depending on the display mode:a. Overwrite mode: The cursor is moved to the same column on the lower lineb. Vertical scroll mode: The characters displayed on the upper line are scrolled to the lower line, and the upper line iscleared. The cursor remains at the same position.c. Horizontal scroll mode: The cursor is not moved.11.7 ESC [ B / Move cursor down /ASCII Format:ESC [ BDEC Format:[027][091][066]HEX Format:[1BH][5BH][42H]Description:move the cursor down one line.When the cursor is at the lower line, this command operates differently depending on the display mode:a. Overwrite mode: The cursor is moved to the same column on the upper line.b. Vertical scroll mode: The characters displayed on the upper line are scrolled to the lower line, and the upper line iscleared. The cursor remains at the same position.c. Horizontal scroll mode: The cursor is not moved.11.8 ESC [ C / Move cursor right /HTASCII Format:ESC [ CHTDEC Format:[027][091][067][009]HEX Format:[1BH][5BH][43H][09H]Description:Move the cursor one position to the right.When the cursor is at the right end, this command operates differently depending on the display mode:a. Overwrite mode: The cursor moves to the left end of the other line.b. Vertical scroll mode: When the cursor is at the upper right end, it is moved to the lower left end. When the cursor is atthe lower right end, the lower line message is moved to the upper line. The lower line is cleared,and the cursor moved to the lower right end.c. Horizontal scroll mode: All characters on the current line are scrolled one to the left in the window. The cursor is notmoved but the character area at the right end of the windows is cleared.11.9 ESC [ D / Move cursor left /BSASCII Format:ESC [ DBSDEC Format:[027][091][068][008]HEX Format:[1BH][5BH][44H][08H]Description:Move the cursor one position to the left.When the cursor is at the left end, this command operates differently depending on the display mode:a. Overwrite mode: The cursor moves to the right end of the other line.b. Vertical scroll mode: When the cursor is at the lower left end, it is moved to the upper right end. When the cursor is atthe upper right end, the upper line message is moved to the lower line. The upper line is cleared,and the cursor moved to the upper right end.c. Horizontal scroll mode: All characters on the current line are scrolled one to the right in the window. The cursor is notmoved but the character area at the left end of the windows is cleared .11.10 ESC _ n / Set cursor ON or OFF /ASCII Format:ESC _ nDEC Format:[027] [095] n {0<=n<=1}HEX Format:[1BH] [5FH] nDescription:Set cursor ON or OFF.When n = 0, cursor is set to OFF.When n = 1, cursor is set to ON.11.11 ESC [ H / Move cursor to home position /HOMASCII Format:ESC [ HHOMDEC Format:[027][091][072][011]HEX Format:[1BH][5BH][48H][0BH]Description:Move the cursor to the left -most position on the upper line.11.12 ESC [ L / Move cursor to left-most position /CRASCII Format:ESC [ LCRDEC Format:[027][091][076][013]HEX Format:[1BH][5BH][4CH][0DH]Description:Move the cursor to the left-most position on the current line.11.13 ESC [ R / Move cursor to the right-most position /ASCII Format:ESC [ RDEC Format:[027][091][082]HEX Format:[1BH][5BH][52H]Description:Move the cursor to the right -most position on the current line.11.14 ESC [ K / Move cursor to the specified position /ASCII Format:ESC [ KDEC Format:[027][091][075]HEX Format:[1BH][5BH][4BH]Description:Move the cursor to the right -most position on the lower line.11.15 ESC l X Y / Move cursor to the specified position /ASCII Format:ESC l X YDEC Format:[027][108] X Y {01H<=X<=14H, 01H<=Y<=02H}HEX Format:[1BH][6CH] X YDescription:Move the cursor to the X-th column on the Y-th line.11.16 ESC W s x1 x2 y / Set or cancel the windows range at horizontal scroll mode /ASCII Format:ESC W s x1 x2 yDEC Format:[027][087][000][027][087][001] x1 x2 y {01h<=x<=14h , 01h<=y<=02h}HEX Format:[1BH][57H][00H][1BH][57H][01H] x1 x2 yDescription:Set or cancel the window range on the display screen.When s = 0, window is cancelled.When s = 1, window is set, where x1 and x2 set the position of the left-most and the right-most columns of thewindow.y sets the upper or lower line.The window is effective in the horizontal scroll mode.11.17 ESC C n d0….d7 / Create character pattern /ASCII Format:ESC C n d0….d7DEC Format:[027][067] n d0….d7 {00h<=n<=07h}HEX Format:[1BH][43H] n d0….d7Description:Create custom character patterns.n specifies which custom character to be generated.d0..d7 specify the bit pattern for the character to be generated.There are eight customer definable characters. They are numbered from 0 to 7, corresponding to character codes00h to 07h, and are duplicated at character codes 08h to 0Fh.The relation between n and the character codes is as below:n Char code N Char code0 00h 0 08h1 01h 1 09h2 02h 2 0Ah3 03h 3 0Bh4 04h 4 0Ch5 05h 5 0Dh6 06h 6 0Eh7 07h 7 0FhBelow is an example for generating as a custom character:NO 7 6 5 4 3 2 1 0 (Bit Pattern) Data Value in hexd0 * * * 1 1 1 1 1 1FHd1 * * * 1 0 0 0 1 11Hd2 * * * 1 0 0 0 1 11Hd3 * * * 1 0 0 0 1 11Hd4 * * * 1 0 0 0 1 11Hd5 * * * 1 0 0 0 1 11Hd6 * * * 1 0 0 0 1 11Hd7 * * * 1 1 1 1 1 1FH11.18 ESC DC1 / Set overwrite mode /ASCII Format:ESC DC1DEC Format:[027][017]HEX Format:[1BH][11H]Description:Set the display to overwrite mode. This is the default power on display mode.11.19 ESC DC2 / Set vertical scroll mode /ASCII Format:ESC DC2DEC Format:[027][018]HEX Format:[1BH][12H]Description:Set the display to vertical scroll mode.11.20 ESC DC3 / Set horizontal scroll mode /ASCII Format:ESC DC3DEC Format:[027][019]HEX Format:[1BH][13H]Description:Set the display to horizontal scroll mode.12. User Font Patterns ( CG RAM Character )Character Code (DD RAM data) CG RAM Address Character Pattern (CG RAM data) Hi 7 6 5 4 3 2 1 0 Lo 5 4 3 2 1 0 Hi 7 6 5 4 3 2 1 0 Lo0 0 0 0 x 0 0 00 0 00 0 10 1 00 0 0 0 1 11 0 01 0 11 1 01 1 1x x x 1 1 1 1 0x x x 1 0 0 0 1x x x 1 0 0 0 1x x x 1 1 1 1 0x x x 1 0 1 0 0x x x 1 0 0 1 0x x x 1 0 0 0 1x x x 0 0 0 0 00 0 0 0 x 0 0 10 0 00 0 10 1 00 0 1 0 1 11 0 01 0 11 1 01 1 1x x x 1 0 0 0 1x x x 0 1 0 1 0x x x 1 1 1 1 1x x x 0 0 1 0 0x x x 1 1 1 1 1x x x 0 0 1 1 0x x x 0 0 1 0 0x x x 0 0 0 0 0---------------- ---------------- --------------------------------0 0 0 0 x 1 1 10 0 00 0 10 1 01 1 1 0 1 11 0 01 0 11 1 01 1 113.Character Generator ROM Map13.1 SBS02002D0LEW10 (英日文版)Font Table13.2 SBS02002D0LEW20 (英歐文版)Font Table13.3 SBS02002D0LEW30 (英俄文版)Font Table14.Reliability Condition15.Functional Test & Inspection Criteria15.1 Sample planSample plan according to MIL-STD-105D level 2, and acceptance/rejection criteria is. Base on: Major defect: AQL 0.65 Minor defect: AQL 2.5 15.2 Inspection conditionViewing distance for cosmetic inspection is 30cm with bare eyes, and under an environment of 800 lus (20W) light intensity. All direction for inspecting the sample should be within 45°against perpendicular line.15.3 Definition of Inspection Zone in LCDZone A: Character / Digit area Zone B: Viewing area except Zone A (Zone A + Zone B = minimum Viewing area) Zone C: Outside viewing area (invisible area after assembly in customer’s product)Note: As a general rule, visual defects in Zone C are permissible, when it is no trouble forquality and assembly of customer’s product.15.4 Major DefectAll functional defects such as open (or missing segment), short, contrast differential, excess power consumption, smearing, leakage, etc. and overall outline dimension beyond the drawing. Are classified as major defects.15.5 Inspection Parameters And Glass Pixel(偏光板和玻璃圖像檢驗)NO Polarizer(偏光板) Criteria1Black or White spots And Piercing(黑/白點和刺孔)D/面積=(Length/長度+Width/寬度)/2 => * :Disregard(忽略)Dimension (面積) Acceptable number (可接受數量)D <0.15 * 0.15≦D ≦0.2 4 0.2≦D ≦0.25 2 D ≦0.30 2Scratch (刮傷)*0.04≧W * 3.0≧L 0.06≧W 4 2.0≧L 0.08≧W 2-0.1≧WX :Length(長度) Y :Width(寬度) *:Disregard(忽略)X(mm)Y(mm)Acceptable number (可接受數量)3Air Bubbles(between glass & polarizer) 氣泡(玻璃跟偏光板之間)D ≦0.15 * 0.15<D ≦0.25 20.25<D*:Disregard (忽略)Dimension (面積) Acceptable number (可接受數量)4Glass of Pixel (玻璃的圖像)(1)Pixel shape (with Dent) /圖像凹度●Less than 0.152 mm is no counted (小於0.152mm 者不計)(2)Pixel shape (with Projection)/圖像凹度Should not be connected next pixel(點與點間不可先連接)(3)Deformation/變形( X + Y ) / 2 ≦ 0.15mm ●Less than 0.1 mm is no counted (小於0.15mm 者不計)(4) Deformation/變形( X + Y ) / 2 ≦ 0.3mm ●Less than 0.3 mm is no counted (小於0.3mm 者不計)(在不改變原先顯示下進行以下測試操作)Conditions : Unless otherwise specified, test will be conducted under the following condition. Temperature : 20±5 ℃ Humidity : 40±5%RHTests will be not conducted under functioning state.(條件:除非其他特殊情況,否則測試將以溫度:20±5 ℃,濕度:40±5%RH 為主)NO ParameterConditionsNotes 1 High Temperature Operating50℃±2 ℃ , 96 hrs (operation state)(96小時,溫度50℃±2 ℃電源開啟的操作情況下) 2 Low Temperature Operating0℃±2 ℃ , 96 hrs (operation state)(96小時,溫度0℃±2 ℃電源開啟的操作情況下) 1 3 High Temperature Storage60℃±2 ℃ , 96 hrs(96小時,溫度60℃±2 ℃電源關閉靜態操作下) 2 4 Low Temperature Storage -10℃±2 ℃ , 96 hrs(96小時,溫度-10℃±2 ℃電源關閉靜態操作下) 1 , 2 5Damp ProofTest40℃±2 ℃ , 85 ~ 90%RH , 96hr(96小時,溫度:40℃±2 ℃,濕度:85~90%RH 電源關閉靜態操作下)1 , 26Vibration TestTotal fixed amplitude : 1.5 mm (完全固定輻射:1.5mm) Vibration Frequency : 10 ~ 55 Hz (震動頻率:10~55 Hz) One cycle 60 seconds to 3 directions of X , Y , Z foreach 15 minutes (每一個循環 X ,Y ,Z 軸方向各做60秒,連續做5次,共計15 分鐘)37Shock Test To be measured after dropping from 60cm high on the concrete surface in packing state. (包裝材從60公分高的地方向地面落下)Dropping method comer dropping (角落落下方式)A comer :once Edge dropping (側邊落下)B ,C ,D edge : onceFace dropping (表面落下)E ,F ,G face : onceNote 1:No dew condensation to be observed. (不要在”水氣凝結點”下觀察) Note 2:The function test shall be conducted after 4 hours storage at the normalTemperature and humidity after removed from the test chamber(從實驗室移出後,放在一般常溫 (溫度:25℃,濕度:45%RH), 且四小時後通電流或電壓,看它是否能正常動作)(在不改變原先顯示下進行以下測試操作)Conditions : Unless otherwise specified, test will be conducted under the following condition. Temperature : 20±5 ℃ Humidity : 40±5%RHTests will be not conducted under functioning state.(條件:除非其他特殊情況,否則測試將以溫度:20±5 ℃,濕度:40±5%RH 為主)NO ParameterConditionsNotes 1 High Temperature Operating70℃±2 ℃ , 96 hrs (operation state)(96小時,溫度70℃±2 ℃電源開啟的操作情況下) 2 Low Temperature Operating-20℃±2 ℃ , 96 hrs (operation state)(96小時,溫度-20℃±2 ℃電源開啟的操作情況下) 1 3 High Temperature Storage80℃±2 ℃ , 96 hrs(96小時,溫度80℃±2 ℃電源關閉靜態操作下) 2 4 Low Temperature Storage -30℃±2 ℃ , 96 hrs(96小時,溫度-30℃±2 ℃電源關閉靜態操作下) 1 , 2 5Damp ProofTest40℃±2 ℃ , 85 ~ 90%RH , 96hr(96小時,溫度:40℃±2 ℃,濕度:85~90%RH 電源關閉靜態操作下)1 , 26Vibration TestTotal fixed amplitude : 1.5 mm (完全固定輻射:1.5mm) Vibration Frequency : 10 ~ 55 Hz (震動頻率:10~55 Hz) One cycle 60 seconds to 3 directions of X , Y , Z foreach 15 minutes (每一個循環 X ,Y ,Z 軸方向各做60秒,連續做5次,共計15 分鐘)37Shock Test To be measured after dropping from 60cm high on the concrete surface in packing state. (包裝材從60公分高的地方向地面落下)Dropping method comer dropping (角落落下方式)A comer :once Edge dropping (側邊落下)B ,C ,D edge : onceFace dropping (表面落下)E ,F ,G face : onceNote 1:No dew condensation to be observed. (不要在”水氣凝結點”下觀察) Note 2:The function test shall be conducted after 4 hours storage at the normalTemperature and humidity after removed from the test chamber(從實驗室移出後,放在一般常溫 (溫度:25℃,濕度:45%RH), 且四小時後通電流或電壓,看它是否能正常動作)事項]:產品使用注意事項18. Precautions Against Product Handling [產品使用注意The following precautions will guide you in handling our product correctly.[下列警戒引導正確地使用產品]18.1 Care of the LCD module against static electricity discharge. [LCD模組靜電注意事項]18.1.1 When working with the module, be sure to ground your body and any electricalequipment you may be using. We strongly recommend the use of anti static mats (made ofrubber), to protect work tables against the hazards of electrical shock.[操作模組時,避免操作者身體接地及任何造成靜電的設備同時使用,強烈建議(橡膠製)抗靜電墊的使用,以免工作台面遭受到電氣干擾]18.1.2 Slowly and carefully remove the protective film from the LCD module, since this operationcan generate static electricity.[緩慢小心地移除LCD模組上的保護膜,以防靜電產生]18.1.3 Avoid the use of work clothing made of synthetic fibers. We recommend cotton clothingor other conductivity-treated fibers.[避免穿著人造合成的工作服,建議棉質或是有傳導性的纖維質料]18.2 Liquid crystal display devices (LCD devices) [液晶螢幕顯示器的組成]18.2.1 The polarizer adhering to the surface of the LCD is made of a soft material.Guard against scratching it. [偏光板是軟性原料製成,請勿刮傷]18.2.2 The LCD device panel used in the LCM is made of plate glass. Avoid any strong mechanicalshock. Should the glass break handle it with care.[模組使用的玻璃為平面玻璃,避免任何強烈的機械撞擊,且觸碰時請小心]18.3 When the LCD module alone must be stored form long periods of time[當LCD模組須長時間存放時]18.3.1 Protect the modules from excessive external forces. [避免外力壓迫]18.3.2 Protect the modules from high temperature and humidity. [避免處於高溫高濕下]18.3.3 Keep the modules out of direct sunlight or direct exposure to ultraviolet rays.[遠離陽光曝曬或直接曝露在紫外線下]18.4 Use the module with a power supply that is equipped with an overcurrent protector circuit, since themodule is not provided with this protective feature.[因為模組本身沒有防護,所以模組的供應器應配有過高電流的保護迴路]18.5 Do not ingest the LCD fluid itself should it leak out of a damaged LCD module. Should hands orclothing come in contact with LCD fluid, wash immediately with soap.[LCD破裂液晶外漏時,切勿食下液晶;若手或衣服接觸到液晶,請立刻用肥皂清洗]18.6 Conductivity is not guaranteed for models that use metal holders where solder connections between themetal holder and the PCB are not used. Please contact us to discuss appropriate ways to assure conductivity.[當金屬框並沒焊接於PCB板上時,無法保證使用金屬框是具有傳導性,請連絡我們商討適當方式傳導]18.7 For models which use CCFL [CCFL的模組]:18.7.1 High voltage of 1000V or greater is applied to the CCFL cable connector area.[CCFL排線連接器用於1000V以上的高電壓]18.7.2 Protect CCFL cables from rubbing against the unit and thus causing the wire jacket to becomeworn. [CCFL排線必須有保護CCFL與模組磨擦,以防CCFL外殼受到損害]18.7.3 The use of CCFLs for extended periods of time at low temperatures will significantly shortentheir service life. [長時間低溫使用CCFL會明顯縮減其使用壽命]18.8 For models which use touch panels [觸控式面板模組]:18.8.1 Do not stack up modules since they can be damaged by components on neighboring modules.[勿堆疊模組以防損壞]18.8.2 Do not place heavy objects on top of the product. This could cause glass breakage.[勿將重物放置在產品上,會導致玻璃破損]18.9 For models which use COG & TAB [COG及TAB模組]:18.9.1 The mechanical strength of the product is low since the IC chip is faces out unprotected from therear. Be sure to protect the rear of the IC chip from external forces.[由於IC晶片表面無防護,所以抗壓力有限,須加強保護以防外力]18.9.2 Given the fact that the rear of the IC chip is left exposed, in order to protect the unit fromelectrical damage, avoid installation configurations in which the rear of the IC chip runs the riskof making any electrical contact.[勿暴露IC晶片以防電氣干擾,且避免安裝IC時有任何電子接觸]18.10 Models which use flexible cable, heat seal, or TAB [加有軟排線、熱封條或TAB的模組]:18.10.1 In order to maintain reliability, do not touch or hold by the connector area.[以維持產品信賴度,請勿觸碰或握住連接器]18.10.2 Avoid any bending, pulling, or other excessive force, which can result in brokenconnections. [避免彎曲、拉扯或過度力量,會造成連接器損壞]18.11 In case of acrylic plate is attached to front side of LCD panel, cloudiness (very small cracks) can occuron acrylic plate, being influenced by some components generated from polarizer film.Please check and evaluate those acrylic materials carefully before use.[貼在LCD玻璃前面的壓克力板若有模糊情況(微小裂縫),即會影響偏光板;使用前請仔細確認壓克力材質]18.12 In case of buffer material such as cushion/gasket is assembled into LCD module, it may have anadverse effect on connecting parts (LCD panel-TCP/ HEAT SEAL/ FPC, PCB-TCP/HEAT SEAL/FPC, TCP-HEAT SEAL, TCP-FPC, HEAT SEAL-FPC) depending on its materials.Please check and evaluate these materials carefully before use.[緩衝原料像是減震墊/襯墊,或許會對連接器(LCD panel-TCP/ HEAT SEAL/ FPC, PCB-TCP/HEAT SEAL/FPC, TCP-HEAT SEAL, TCP-FPC, HEAT SEAL-FPC)造成反效果,使用前請仔細確認材料]19. Warranty [保證]:This product has been manufactured to your company’s specifications as a part for use in your company’s general electronic products. It is guaranteed to perform according to delivery specifications. For any other use apart from general electronic equipment, we cannot take responsibility if the product is used in medical devices, nuclear power control equipment, aerospace equipment, fire and security systems, or any other applications in which there is a direct risk to human life and where extremely high levels of reliability are required. If the product is to be used in any of the above applications, we will need to enter into a separate product liability agreement.[此產品的製造是依照客戶的規格,被使用於客戶的一般電子產品上,保證產品製作根據出貨的規格,若產品的使用不是在一般電子設備,而組裝於下列產品上則無法受理(如醫療產品、核心電源控制設備、航空設備、防火及保全系統,或任何相關儀器會直接影響人類生命等),若模組使用於上述的儀器,則需商討各別產品責任義務的協定]。
LCM16032B使用说明书目 录序号 内 容 标 题 页码1 概述 22 字符型模块的特点 23 外形及接口引脚功能 2~34 基本原理 45 技术参数 46 时序特性 5~67 指令功能及硬件接口 6~101.概述方便、带中文字库、显示清晰,广泛应用于各种人机交流面板。
LCM16032B 液晶显示模块是160×32 点阵的汉字图形型液晶显示模块,可显示汉字及 图形,内置8192 个中文汉字(16X16 点阵)、128 个字符(8X16 点阵)及 64X256点阵显示RAM (GDRAM )。
可与CPU 直接接口,提供两种界面来连接 微处理机:8-位并行及串行两种连接方式。
具有多种功能:光标显示、画 面移位、睡眠模式等。
1.1结构牢:带PCB、背光、铁框1.2 IC 采用矽创公司ST7920,功能强大,稳定性好1.3功耗低:10 - 100mW(不带背光10mW,带背光不大于100mW); 1.4显示内容:●160*32点阵单色图片;●内置8192 个中文汉字(16X16 点阵)、128 个字符(8X16 点阵)及64X256点阵显示RAM (GDRAM ).1.5指令功能强:可组合成各种输入、显示、移位方式以满足不同的要求;1.6接口简单方便:采用3线SPI 串行接口,可只需3位MPU 的端口。
也可选用8位并行接口。
1.7工作温度宽:-20℃ - 70℃;1.8可靠性高:寿命为50,000小时(25℃)。
3.外形尺寸及接口引脚功能图1.外形尺寸我司专注于液晶屏及液晶模块的研发、制造。
所生产LCM16032B型液晶模块由于使用2.LC M 16032B图像型点阵液晶模块的特性模块的接口引脚功能引脚 符 号 名 称 功 能1 VSS接地 0V2 VDD 电路电源 5V,或3.3V 可选3 V0 LCD V0电压输入 可以通过此脚对LCD 驱动电压进行调整4RS(CS*)寄存器选择信号(串行时为片选:CS)1. 并行接口时:1:数据寄存器 0:指令寄存器2. 串行接口时:片选信号,低电平有效5 R/W(SID*) 读写选择(串行时为串行数据:SID) 1.并行接口时:0: 写 1:读2.串行时为串行数据输入:SID 6E(SCLK*)读写使能信号(串行时为串行时钟:SCLK) 1. 并行接口时:读写使能信号 2. 串行时为串行时钟:SCLK 7~14 D0~D7数据DB0~DB7并行接口时:数据总线DB0~DB7 串行接口时:无效,空脚4位并行接口时,DB4~DB7作为数据总线,DB0~DB3不起作用15 PSB 并行/串行选择 1:选择并行,0:选择串行,也可在PCB 上与VDD(1)或VSS(0)连接达到选择并/串接口。
液晶显示模块使用手册版本:1.0型号:CJ12864L系列选配件说明液晶片□常温(0~50℃)□宽温(-20~+60℃)□超宽温(-30~+70℃)□黄绿膜□蓝膜□灰膜□黑白膜背光LED背光□白光□翡绿光□黄绿光□蓝光EL背光□白光□蓝光□CCFL背光负压电路□板载负压□不带负压一.概述CJ12864L是一款带中文字库的图形点阵模块,由动态驱动方式驱动128×64点阵显示。
低功耗,供应电压范围宽。
内含多功能的指令集,操作简易。
采用COB工艺制作,结构稳固,使用寿命长。
二.特性:●提供8位,4位及串行接口可选●64×16位字符显示RAM(DDRAM最多16字符×4行,LCD显示范围16×2行)●2M位中文字型ROM(CGROM),总共提供8192个中文字型(16×16点阵)●16K位半宽字型ROM(HCGROM),总共提供126个西文字型(16×8点阵)●64×16位字符产生RAM(CGRAM)●15×16位总共240点的ICON RAM(ICONRAM)●自动复位(RESET)功能●绘图及文字画面混合显示功能●提供多功能指令:——画面清除(display clear)——游标归位(return home)——显示开/关(display on/off)——游标显示/隐藏(cursor on/off)——游标移位(cursor shift)——显示移位(display shift)——垂直画面旋转(vertical line scoll)——反白显示(By-line reverse display)——睡眠模式(sleep mode)三.外形尺寸1.外形尺寸图2.主要外形尺寸项目标准尺寸单位模块体积78*70*12.5mm 视域62.0*44.0mm 行列点阵数128×64dots 点距离0.438*0.60mm 点大小0.378*0.54mm四.硬件说明1.引脚特性管脚名称符号电平功能描述1VSS0V接地(GND)2VDD 5.0V电源电压3V0负压液晶显示器驱动电压调节端4RS H/L 并口模式寄存器选择H:数据;L:指令串口片选信号H:有效;L:失效5R/W H/L 并口模式H:读;L:写串口数据线6E H/L 并口:读/写起始脚串口连续时钟输入7 | 10DB0|DB3H/L数据总线低4位,4位并口及串口时悬空11 | 14DB4|DB7H/L数据总线高4位,串口时悬空DB7可作BUSY标志,15PSB H/L H:8/4位数据接口模式L:串行接口模式由硬件设置时,此脚悬空16NC悬空17RST H/L复位信号,选择硬件复位时,此脚悬空18VEE负压液晶显示器驱动电压19BLA5V背光正20BLK0V背光负2.原理简图3.最大工作范围1)逻辑工作电压(Vdd):5V±10%2)电源地(GND):0V 3)LCD 驱动电压(Vop):5V 4)输入电压:0~Vdd4.电气特性(测试条件Ta=25,Vdd=5.0±10%)1)输入高电平(Vih):0.7Vdd~Vdd 2)输入低电平(Vil):0.6Vmax 3)输出高电平(Voh):0.8Vdd~Vdd 4)输出低电平(Vol):0.4Vmax 5)模块工作电流: 2.2~3.0mA(不含背光)6)底黄绿光工作电流:250mA 7)侧白光工作电流:60mA五.模块主要硬件构成说明1.PSB 脚VSS VDD RS R/W E PSB DB0RES2.忙标志(BF)表示当前与MPU接口电路的运行状态。