代码搜索结果

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

tft_driver.c

/************************************************************** The initial and control for 320×240 16Bpp TFT LCD----3.5寸竖屏 **************************************************************/ #includ

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 //====