st7571ic资料

上传人:简****9 文档编号:97551795 上传时间:2019-09-05 格式:PDF 页数:76 大小:1.35MB
返回 下载 相关 举报
st7571ic资料_第1页
第1页 / 共76页
st7571ic资料_第2页
第2页 / 共76页
st7571ic资料_第3页
第3页 / 共76页
st7571ic资料_第4页
第4页 / 共76页
st7571ic资料_第5页
第5页 / 共76页
点击查看更多>>
资源描述

《st7571ic资料》由会员分享,可在线阅读,更多相关《st7571ic资料(76页珍藏版)》请在金锄头文库上搜索。

1、 Sitronix ST7571 4 Gray Scale Dot Matrix LCD Controller/Driver Ver 1.5a 1/76 2009/7/21 1. INTRODUCTION ST7571 is a driver Delay (100); / Delay 100ms for stable VDD1/VDD2/VDD3 Write(COMMAND, 0xAE); / Display OFF Write(COMMAND, 0x38); / MODE SET Write(COMMAND, 0xB8); / FR=1011 = 85Hz / BE1:0=1,0 = boo

2、ster efficiency Level-3 Write(COMMAND, 0xA1); / ADC select, ADC=1 =reverse direction Write(COMMAND, 0xC8); / SHL select, SHL=1 = reverse direction Write(COMMAND, 0x44); / Set initial COM0 register Write(COMMAND, 0x00); / Write(COMMAND, 0x40); / Set initial display line register Write(COMMAND, 0x00);

3、 / Write(COMMAND, 0xAB); / OSC. ON Write(COMMAND, 0x67); / DC-DC step up, 8 times boosting circuit Write(COMMAND, 0x25); / Select regulator register(1+(Ra+Rb) Write(COMMAND, 0x81); / Set Reference Voltage Write(COMMAND, 0x23); / EV=35 = Vop =10.556V Write(COMMAND, 0x54); / Set LCD Bias=1/9 V0 Write(

4、COMMAND, 0xF3); / Release Bias Power Save Mode Write(COMMAND, 0x04); / Write(COMMAND, 0x93); / Set FRC and PWM mode (4FRC / Power Control, VC: ON VR: OFF VF: OFF Delay (200); / Delay 200ms Write(COMMAND, 0x2E); / Power Control, VC: ON VR: ON VF: OFF Delay (200); / Delay 200ms Write(COMMAND, 0x2F); /

5、 Power Control, VC: ON VR: ON VF: ON Delay (10); / Delay 10ms Write(COMMAND, 0xAF); / Display ON Note: The initial code is for reference only. An optimized initial code should be checked on customers system and LCD module. ST7571 Ver 1.5a 51/76 2009/7/21 10.3 Referential Operation Flow : Displaying

6、Data Fig. 27 Data Displaying Flow 10.4 Referential Operation Flow : Set Color Mode (Black/White Mode) Enter Test Command Set 3 Write( COMMAND, 0x7B ); Exit Test Command Set 3 Write( COMMAND, 0x00 ); Black/White Mode Gray Mode (default) Set Color Mode Write( COMMAND, 0x11 ); ST7571 Ver 1.5a 52/76 200

7、9/7/21 10.5 Referential Operation Flow : Power-OFF By setting 0xA9, ST7571 will go into power save mode. The LCD driving outputs are fixed to VSS, built-in power circuits are turned OFF and a discharge process starts. Instruction Flow After the built-in power circuits are turned OFF and completely d

8、ischarged, the power (VDD1 and VDD2) can be removed. Fig. 28 Power off instruction flow Note: 1. tPOFF: Internal Power discharge time. = 250ms (max). 2. tV2OFF: Period between VDD1 and VDD2 OFF time. = 0 ms (min). 3. It is NOT recommended to turn VDD1 OFF before VDD2. Without VDD1, the internal stat

9、us cannot be guaranteed and internal discharge-process maybe stopped. The un-discharged power maybe flows into COM/SEG output(s) and the liquid crystal in panel maybe polarized. 4. IC will NOT be damaged if either VDD1 or VDD2 is OFF while another is ON. 5. The timing is dependent on panel loading a

10、nd the external capacitor(s). 6. The timing in these figures is base on the condition that: LCD Panel Size = 1.8” and C=1uF. 7. When turning VDD2 OFF, the falling time should follow the specification: 300ms tPFall 1sec ST7571 Ver 1.5a 53/76 2009/7/21 10.6 Referential Operation Flow : Burning EEPROM

11、HW Reset Remove VDD from VE Remove 18V from VPP VPP connect to 18V VE connect to VDD Delay 120ms Disable Autoread Initial Sequence Show Image Erase EE Write EE ( Software Coding Flow) Set EE Register (for the best display quality) HW Reset Delay 120ms Check Module Performance Read EE + - 0x51 Key Ad

12、just Vop Offset 0x52 ( Software Coding Flow) Fig. 19 EE Burning flow chart ST7571 Ver 1.5a 54/76 2009/7/21 Referential Software Functions void Disable_autoread(void) Write(COMMAND, 0xD1); /Enter test command set 2 Write(COMMAND, 0xAA); /Disable auto-read Write(COMMAND, 0x00); /Enter normal mode void

13、 Read_EE (void) Write(COMMAND, 0xD1); /Enter test command set 2 Write(COMMAND, 0xAA); /Auto-read disable Write(COMMAND, 0x13); /Enter EEPROM mode Write(COMMAND, 0x20); /Enable read mode Delay(200); /Delay 200ms Write(COMMAND, 0x71); /Set read pulse Delay(200); /Delay 200ms Write(COMMAND, 0x83); /Exi

14、t EEPROM mode Write(COMMAND, 0x00); /Enter normal mode void Set_EE _Register (void) / Adjust Vop offset here / Command 0x51 and 0x52 can be set 16 times for adjusting a suitable Vop / Maxmum adjusting ranges are +/-16 levels. Write(COMMAND, 0xFD); /Enter test command set 1 Write(COMMAND, 0x8C); Writ

15、e(COMMAND, 0x90); /Set Vop offset highest bit Vop_j4=0 /Set Vop offset Vop_j3:0=0 Write(COMMAND, 0x51); or Write(COMMAND, 0x52); /0x51 for increase Vop offset by 1 level /0x52 for decrease Vop offset by 1 level Write(COMMAND, 0x00); /Enter normal mode ST7571 Ver 1.5a 55/76 2009/7/21 void Erase_EE (v

16、oid) Write(COMMAND, 0xD1); /Enter test command set 2 Write(COMMAND, 0x13); /Enter EEPROM mode Write(COMMAND, 0x4A); /Enable erase mode Delay(200); /Delay 200ms Write(COMMAND, 0x55); /Set erase pulse Delay(200); /Delay 200ms Write(COMMAND, 0x83); /Exit EEPROM mode Write(COMMAND, 0x00); /Enter normal mode void Write_EE (void) Write(COMMAND, 0xD1); /Enter test command set 2 Write(COMMAND, 0x13)

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 商业/管理/HR > 管理学资料

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号