代码搜索结果

找到约 2,975 项符合 TFT 的代码

tft_driver.c

//==================================================================================== //文 件 名:TFT_Driver.c //功能描述: TFT驱动程序(底层驱动) //维护记录: 2007年1月17日 //=============================================

tft_api.h

#ifndef _TFT_API_H_ #define _TFT_API_H_ #include "TFT_Driver.h" #include "TFT_Font.h" typedef unsigned short COLOR; typedef struct { short TLx; // 绘图区起始坐标 short TLy; // 绘图

tft_api.c

//==================================================================================== //文 件 名:TFT_API.c //功能描述: TFT驱动程序(API) //维护记录: // 2007.08.23 更新日志 by lijian /

tft_imgcontrol.c

#include "TFT_ImgControl.h" #include "BitMap.h" #include "JPEG.h" // 用户解码函数声明 static int TFT_CheckIfBitMap(void *SrcImage); static int TFT_DepressBitMap(STR_IMAGE *DestImage, void *SrcBitMap); s

tft_font.h

// SUNPLUS S+core IDE generated include file. #ifndef TFT_DRIVER_TFT_FONT_H_14604_32391__INCLUDED_ #define TFT_DRIVER_TFT_FONT_H_14604_32391__INCLUDED_ typedef short FONT; typedef struct { unsigne

tft_font.c

//==================================================================================== //文 件 名:TFT_Font.c //功能描述: TFT字库管理 //维护记录: 2007年8月20日 // 2007.08.20 更新日志 // First Version //====

tft_driver.h

#ifndef _TFT_DRIVER_H_ #define _TFT_DRIVER_H_ #include "TFT_Config.h" typedef struct { unsigned int Buf_Format1; unsigned int Buf_Format2; unsigned short *Buf[3]; unsigned short WorkBuf; unsign

tft_config.h

//==================================================================================== //文 件 名:TFT_Config.h //功能描述: TFT驱动程序配置文件,请根据实际情况配置参数 //维护记录: 2007年1月17日 //=======================================

tft_imgcontrol.h

// SUNPLUS S+core IDE generated include file. #ifndef TFT_DRIVER_TFT_IMGCONTROL_H_18467_41__INCLUDED_ #define TFT_DRIVER_TFT_IMGCONTROL_H_18467_41__INCLUDED_ #include "TFT_API.h" typedef int DEPRES

tft_opt.bak

### 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 {