LCD ST7549T使用问题

[复制链接]
3009|2
 楼主| elong2004 发表于 2007-7-21 16:29 | 显示全部楼层 |阅读模式
ST, LCD, se, tv, AN
我的lcd&nbsp;驱动IC是st7549T,96&nbsp;segment&nbsp;*&nbsp;16&nbsp;common&nbsp;+&nbsp;1&nbsp;ICON<br />规格书上面写的<br />duty:&nbsp;1/17<br />Bias:&nbsp;1/5<br />Vop:&nbsp;5v<br />不知道如何设置&nbsp;Bias&nbsp;system、Set&nbsp;Vop和Set&nbsp;Vop&nbsp;range具体如何取值?<br /><br />|Instruction&nbsp;&nbsp;|A0|RW|D7|D6&nbsp;&nbsp;|D5&nbsp;&nbsp;|D4&nbsp;&nbsp;|D3&nbsp;&nbsp;|D2&nbsp;&nbsp;|D1&nbsp;&nbsp;|D0&nbsp;&nbsp;|<br />|Bias&nbsp;system&nbsp;&nbsp;|0&nbsp;|0&nbsp;|0&nbsp;|0&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|1&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|B2&nbsp;&nbsp;|B1&nbsp;&nbsp;|B0&nbsp;&nbsp;|<br />|Set&nbsp;Vop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|0&nbsp;|0&nbsp;|1&nbsp;|Vop6|Vop5|Vop4|Vop3|Vop2|Vop1|Vop0|<br />|Set&nbsp;Vop&nbsp;range|0&nbsp;|0&nbsp;|0&nbsp;|0&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|1&nbsp;&nbsp;&nbsp;|0&nbsp;&nbsp;&nbsp;|PRS&nbsp;|<br /><br />ST7549T&nbsp;资料下载地址:<br /><a href="http://www.duote.net/43C79073CBDDAB3C" target=_blank>http://www.duote.net/43C79073CBDDAB3C</a><br /><br />希望大家大力支持!谢谢
 楼主| elong2004 发表于 2007-7-21 16:30 | 显示全部楼层

部分参数

&nbsp;&nbsp;&nbsp;&nbsp;static&nbsp;uint8&nbsp;init[]&nbsp;=&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_BIT_MASK&nbsp;/*|&nbsp;LCD_BIT_COMMAND*/,<br />/*&nbsp;ST7549配置开始&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_FUNCTION_SET&nbsp;|&nbsp;/*LCD_FUNCTION_SET_PD&nbsp;|*/&nbsp;LCD_FUNCTION_SET_H0,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_BIAS_SYSTEM&nbsp;|&nbsp;LCD_BIAS_SYSTEM_6,&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;1/17&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_CONFIGURE&nbsp;/*|&nbsp;LCD_CONFIGURE_DO*/,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/*&nbsp;LSB,MSB的顺序&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_SET_V_OP&nbsp;|&nbsp;0x5,&nbsp;/*&nbsp;=&gt&nbsp;7500&nbsp;mV&nbsp;(when&nbsp;PRS=1&nbsp;set&nbsp;below,&nbsp;if&nbsp;TC=0&nbsp;(or&nbsp;27C!))&nbsp;--&nbsp;sample&nbsp;code&nbsp;uses&nbsp;24&nbsp;=&gt&nbsp;7470&nbsp;mV&nbsp;for&nbsp;some&nbsp;reason&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_FUNCTION_SET,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_VOP_RANGE&nbsp;|&nbsp;LCD_VOP_RANGE_PRS,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_DISP_CONTROL&nbsp;|&nbsp;LCD_DISP_CONTROL_D&nbsp;/*|&nbsp;LCD_DISP_CONTROL_E*/,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_SET_X&nbsp;|&nbsp;0,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LCD_SET_Y&nbsp;|&nbsp;0,<br />/*&nbsp;ST7549?*/&nbsp;&nbsp;&nbsp;&nbsp;};
yuzhuju 发表于 2007-7-27 06:10 | 显示全部楼层

...........

BIAS,VOP也要看你模组的实际效果设置的.<br /><br />DATASHEET下载地址请去看:www.sitronix.com.tw<br /><br />如果有问题,请MAIL:jim_yuan@sitronix.com.tw<br />
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3

主题

10

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部