
lcd
xuyss
农民
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MTK lcd debug method----update lcd init code online
/********************************* * Put these codes on the lcm driver file * And use LCM_DEBUG_MAIN func to activty yours debug function. * Use adb command to push your edit configer file in the s原创 2012-10-25 11:18:49 · 1097 阅读 · 0 评论 -
LCD ESD software check method
请考虑轮训(间隔1s以上)读取LCD的寄存器,以下寄存器是目前LCD IC使用的通用寄存器。 0x0A Read Display Power Mode 0x0D Read the Current Display Mode 0x0E Get Display Module Signaling Mode 请同时设置TE ON 一般是寄存器0x35原创 2013-09-23 11:01:33 · 2037 阅读 · 0 评论 -
MTK平台上读取LCM error report
1、目的 如何读取LCM吐出的ERROR REPORT 2、说明 有的LCD IC有相应的寄存器可以存储ERROR REPORT类型,这种方式比较简单,我们只需要读取寄存器即可(请咨询FAE)。 我们这里阐述的方法是针对在每个BTA后,都会携带ERROR REPORT PACKAGE的情况。 3、方法 MTK的read buffer一共可以存储16 byte,分为4组; 我们在使用D原创 2013-09-23 11:03:54 · 1507 阅读 · 0 评论