⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 src_565.lst

📁 terawin的t103 LCD驱动程序
💻 LST
字号:
C51 COMPILER V7.50   SRC_565                                                               10/30/2006 16:14:43 PAGE 1   


C51 COMPILER V7.50, COMPILATION OF MODULE SRC_565
OBJECT MODULE PLACED IN .\Obj\SRC_565.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE Source\VDD\SRC_565.c LARGE OPTIMIZE(6,SPEED) BROWSE INCDIR(.\Include\;.\Sou
                    -rce\;.\Include\Panel\;.\Include\GammaTable\;.\Include\tuner\) DEFINE(T103) DEBUG OBJECTEXTEND PRINT(.\SRC_565.lst) OBJEC
                    -T(.\Obj\SRC_565.obj)

line level    source

   1          #include <reg51.h>
   2          #include "math.h"
   3          #include "common.h"
   4          #include "SRC_565.h"
   5          #include "struct.h"
   6          #include "system.h"
   7          #include "T803_Util.h"
   8          #include "TW803Reg.h"
   9          #include "twowire.h"
  10          #include "Global.h"
  11          #include "RGB565.h"
  12          
  13          void SRC_565(void)
  14          {
  15   1              int i;
  16   1          I2CWriteByte(TW803_P0, 0x30, 0x02);
  17   1              I2CWriteByte(TW803_P0, 0x31, 0x60);
  18   1              I2CWriteByte(TW803_P0, 0xe0, 0xb1);
  19   1      
  20   1              for (i=0; i<sizeof(ucaZoomAdrP1_RGB565)/sizeof(uCHAR); i++){
  21   2                      I2CWriteByte(TW803_P0, ucaZoomAdrP1_RGB565[i], ucaZoomDataP1_RGB565[i]);
  22   2              }
  23   1      
  24   1      }
  25          


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =    104    ----
   CONSTANT SIZE    =   ----    ----
   XDATA SIZE       =   ----       2
   PDATA SIZE       =   ----    ----
   DATA SIZE        =   ----    ----
   IDATA SIZE       =   ----    ----
   BIT SIZE         =   ----    ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE.  0 WARNING(S),  0 ERROR(S)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -