全部博文(478)
发布时间:2016-11-03 15:22:19
http://blog.csdn.net/zhandoushi1982/article/details/5908368(1)DBI接口 A,也就是通常所讲的MCU借口,俗称80 system接口。The lcd interface between host processor and LCM device list as below,The LCM driver will repeated update panel display。MCU.........【阅读全文】
发布时间:2016-11-03 15:19:23
http://blog.csdn.net/codectq/article/details/11763765MIPI的液晶数据传输中涉及到是DWG(Display Working Group)工作组,该工作组提出了4种液晶规范分别为DCS(Display Command Set)、DBI(Display Bus Interface)、DPI(Display Pixel Interface)、DSI(Display Serial Interface)。1. DCS(Display C.........【阅读全文】
发布时间:2016-11-01 17:23:18
http://blog.csdn.net/zhandoushi1982/article/details/6011241 最近调试R61509V这颗LCM驱动芯片时,出现在纯色测试画面下画面刷新有残留(tearing effect,即TE)的问题。根本原因是主控写图像数据的速度与LCM刷屏的速度不一致造成的,具体是刷屏速度要快于主控写速度。好在很多LCM驱动芯片都有一个Fmark脚,用.........【阅读全文】
发布时间:2016-10-31 11:38:20
http://blog.csdn.net/sunweizhong1024/article/details/8447915MTK_LCD_Driver代码的路是在/mediatek/source/kernel/driver/vedio/mtkfb.cmodule_init(mtkfb_init);模块初始化函数int__init mtkfb_init(void){int r = 0;MSG_FUNC_ENTER();/* Register the driver withLDM */.........【阅读全文】
发布时间:2016-10-28 21:19:00
http://blog.csdn.net/hbk320/article/details/48275369?locationNum=2&fps=1此文章是网上看到的,在MTK平台基础上的背光控制流程的分析。个人觉得写得比较详细,于是截取部分内容转载出来。不过话说在前头,对于lcd而言,决定显示效果的有几个因素:pwm,gama(屏幕灰度),饱和度,对比度 。如果单单改变了pwm的调.........【阅读全文】