欢迎访问ic37.com |
会员登录 免费注册
发布采购

ST7669V 参数 Datasheet PDF下载

ST7669V图片预览
型号: ST7669V
PDF下载: 下载PDF文件 查看货源
内容描述: 262K色132x162点阵LCD控制器/驱动器 [262K 132x162 Color Dot Matrix LCD Controller/Driver]
分类和应用: 驱动器控制器
文件页数/大小: 208 页 / 2813 K
品牌: SITRONIX [ SITRONIX TECHNOLOGY CO., LTD. ]
 浏览型号ST7669V的Datasheet PDF文件第192页浏览型号ST7669V的Datasheet PDF文件第193页浏览型号ST7669V的Datasheet PDF文件第194页浏览型号ST7669V的Datasheet PDF文件第195页浏览型号ST7669V的Datasheet PDF文件第197页浏览型号ST7669V的Datasheet PDF文件第198页浏览型号ST7669V的Datasheet PDF文件第199页浏览型号ST7669V的Datasheet PDF文件第200页  
ST7669V  
void Initial_ST7669V(void)  
{
//-----------disable autoread + Manual read once -------------------------------  
Write(COMMAND,0xd7);  
Write(DATA,0xdf);  
// Auto Load Set  
// Auto Load Disable  
// EE Read/write mode  
// Set read mode  
// Delay 10ms  
Write(COMMAND,0xE0);  
Write(DATA,0x00);  
delayms(10);  
Write(COMMAND,0xE3);  
delayms(20);  
// Read active  
// Delay 20ms  
Write(COMMAND,0xE1);  
// Cancel control  
//---------------------------------- Sleep OUT ---------------------------------------------  
Write(COMMAND, 0x11 );  
Write(COMMAND, 0x28 );  
delayms(50);  
// Sleep Out  
// Display OFF  
//Delay 50ms  
//--------------------------------Vop setting------------------------------------------------  
Write(COMMAND,0xC0);  
Write(DATA, 0x42);  
//Set Vop by initial Module  
//Vop = 16.48V  
Write(DATA, 0x01);  
// base on Module  
//----------------------------Set Register------------------------------------------  
Write(COMMAND,0xC3);  
Write(DATA,0x03);  
// Bias select  
// 1/11 Bias, base on Module  
// Setting Booster times  
// Booster X 8  
Write(COMMAND,0xC4);  
Write(DATA,0x07);  
Write(COMMAND,0xC5);  
Write(DATA,0x21);  
// Booster eff  
// BE = 0x01 (Level 2)  
// Vg with booster x2 control  
// Vg from Vdd2  
Write(COMMAND,0xCB);  
Write(DATA,0x01);  
Write(COMMAND,0xCC);  
Write(DATA,0x00);  
// Set ID1 code, depend on customer  
//  
Write(COMMAND,0xCE);  
Write(DATA,0x00);  
// Set ID3 code, depend on customer  
Write(COMMAND,0xB7);  
Write(DATA,0x48);  
// COM/SEG Direction for glass //  
// Setting by LCD module  
Ver 1.3  
196/208  
6/4/2008  
 复制成功!