代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
tft.asm
SOFT_RESET EQU 0x01
SLEEP_OUT EQU 0x11
DISPLAY_ON EQU 0x29
BOOSTER_ON EQU 0x03
COLOR_INTERFACE EQU 0x3A
COLOR_8_BIT EQU 0x02
COLOR_12_BIT EQU 0x03
COLOR_16_BIT EQU
tft.lnp
"TFT.obj"
TO "TFT"
tft.lst
A51 MACRO ASSEMBLER TFT 02/21/2008 16:33:45 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN TFT.OBJ
ASSEMBLER INVO
tft.~c
#include "internal.h"
#include "customer.h"
#include "winav.h"
#ifdef CT950_STYLE
//#include "rtcdrv.h"
//#define TFT_SHOW_TIME
#endif
#ifdef SUPPORT_TFT
//#define VIPOR_CT675
#ifdef CT909P_IC_SYSTEM
tft.h
#ifndef __TFT_H__
#define __TFT_H__
#define TFT_BATTERY_STATUS_HIGH 0X00
#define TFT_BATTERY_STATUS_LOW 0X01
#define TFT_TVTYPE_STATUS_NORMAL 0X00
#define TFT_TVTYPE_STATUS_43LB 0X01
#define T
tft.c
#include "internal.h"
#include "customer.h"
#include "winav.h"
#ifdef CT950_STYLE
//#include "rtcdrv.h"
//#define TFT_SHOW_TIME
#endif
#ifdef SUPPORT_TFT
//#define VIPOR_CT675
#ifdef CT909P_IC_SYSTEM