代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft_driver.dfs
[Watch%d]
Count=2
Watch0-Name=Window
Watch0-TabIndex=0
Watch1-Name=g_WinList[0]
Watch1-TabIndex=0
tft_driver.spw
# Sunplus S+core IDE Workspace File, Format version V2.2.0
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
Body_Name = "SPCE3200"
Probe_Name = "Auto"
Active_Project = "TFT_Driver"
###########
tft_driver.cmd
*---------------------------------------------------------------
* S+core IDE Command File
*
* Note: Comment line start with '*'(in the first char)
* No
tft_driver.dev
[SIM_DEV_COUNT]
COUNT=6
[STR_DEV_0]
ENABLE=0
PARAM=
NAME=SPG300_SIM_JOYSTICK.dll
[STR_DEV_1]
ENABLE=1
PARAM=
NAME=SPG300_SIM_LCD.dll
[STR_DEV_2]
ENABLE=0
PARAM=
NAME=SPG300_SIM_OGLE
tft_driver.sim
[ARCH]
PROJ=SPCE3200
CPU=s+core
ISA=Score7
ENDIAN=0
ICE_SR=probe_dsr_general_s7_eb.hex8
TLB_LOG_ENTRY=0
Has Coprocessor1=0
Has Coprocessor2=0
Has Coprocessor3=0
[CACHE]
ICACHE_LINES=7
ICAC
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