找回密码
 注册
搜索
查看: 859|回复: 1

[资料] 各位大虾,哪位有HD66789R,RENESUS的(日立)的LCD的初始化代码?

[复制链接]
发表于 2006-5-11 09:25:00 | 显示全部楼层 |阅读模式
各位大虾:
         本人现有一个LCD,它用的是RENESUS的HD66789R的DRIVER IC,但没有写过TFT的初始化程序,不知如何处理上电(POWER CONTROL)的配置,如有哪位大虾写过,请把初始化代码发给我一份,在此小弟先感谢大家了!
     附件中是此IC的DATASHEET
发表于 2006-7-12 16:16:00 | 显示全部楼层
void ResetLS66789(void)
{
    uint8  i;
    uint16 R61500_REG[29][2] = {
             //POWER SETING1
        0x0000,0x0001,    //Start oscillation
        0x0001,0x091B,   //Driver output control    //01 1B
        0x0002,0x0700,    //LCD driving wave form control //05 00
        0x0003,0x1030,    //Entry mode  //modified by houlijun,original 0xD0,0x30     
        0x0004,0x7030,    //Compare register 1
        0x0005,0x0000,    //Compare register 2
        0x0008,0x0202,    //Display control 2
        0x0009,0x000F,    //Display control 3
        0x0040,0x0000,    //Gate scan position
        0x0041,0x0000,    //Vertical scroll control        
        0x0042,0xDB00,    //1st-screen drive position
        0x0043,0x0000,    //2st-screen drive position
        0x0044,0xAF00,    //Horizontal RAM address position
        0x0045,0xDB00,    //Vertical RAM address position
        //POWER_OFF
        0x0007,0x0000,    //Display control 1
        0x0012,0x0000,    //Power control 3
        0x0013,0x0000,    //Power control 4
        0x0011,0x0000,    //Power control 2  //00 03
        0x0012,0x0000,    //Power control 3
        0x0013,0x151D,    //Power control 4  //00 00
        0x0010,0x0000,    //Power control 1
        0x0010,0x6040,    //Power control 1  //00 44
        0x0012,0x0018,    //Power control 3  //00 1E
        0x0013,0x2810,    //Power control 4//351E  151E  2d18

        0x000B,0x4000,    //FRAME CONTROL  40 00
        
        0x0010,0x0040,    //Power control 1
        0x0010,0x6260,    //Power control 1//60 60
        0x0007,0x0025,    //Display control 1//25     0000 0000 0010 0101
        0x0007,0x0037,    //Display control 1//37     0000 0000 0011 0111
     };
     
     for(i=0;i<29;i++){
     HD66789_sendcommand1(R61500_REG[0],R61500_REG[1]);
        Delayms(5);
    }
}
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-11-15 01:38 , Processed in 0.043728 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表