代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft_driver.c
//====================================================================================
//File Name: TFT_Driver.c
//Description: TFT driver
//Update: 2007.01.17 V0.1 by wangtao
tft_api.h
#ifndef _TFT_API_H_
#define _TFT_API_H_
#include "TFT_Driver.h"
typedef struct {
unsigned short Width;
unsigned short Height;
unsigned char *ImageBuf;
}STR_IMAGE;
typedef struct {
unsigned sho
tft_user.c
//====================================================================================
//File Name: TFT_User.c
//Description: TFT user-defined callback routines
//Update: 2007.01.17 V0.1 by wangta
tft_api.c
//====================================================================================
//File Name: TFT_API.c
//Description: TFT API
//Update: 2007.01.17 V0.1 by wangtao
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 *Buf0;
unsigned short *Buf1;
unsigned sh
tft_config.h
//============================================================================================
//File Name: TFT_Config.h
//Description: TFT driver configuration file. User can change parameters accord