
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 · 1074 阅读 · 0 评论 -
LCD ESD software check method
请考虑轮训(间隔1s以上)读取LCD的寄存器,以下寄存器是目前LCD IC使用的通用寄存器。0x0A Read Display Power Mode0x0D Read the Current Display Mode0x0E Get Display Module Signaling Mode 请同时设置TE ON 一般是寄存器0x35原创 2013-09-23 11:01:33 · 2001 阅读 · 0 评论 -
MTK平台上读取LCM error report
1、目的如何读取LCM吐出的ERROR REPORT2、说明有的LCD IC有相应的寄存器可以存储ERROR REPORT类型,这种方式比较简单,我们只需要读取寄存器即可(请咨询FAE)。我们这里阐述的方法是针对在每个BTA后,都会携带ERROR REPORT PACKAGE的情况。3、方法MTK的read buffer一共可以存储16 byte,分为4组;我们在使用D原创 2013-09-23 11:03:54 · 1482 阅读 · 0 评论