代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft.c
#include "ssd192X.h"
int LCD_WIDTH=240;
int LCD_HEIGHT=160;
int WIDE_TFT=0;
void lcd_hw_init(void)
{
int i=0;
INT32 lcd_hw_init[][2]=
{
{REG_FPFRAME_START_OFFSET0 ,0x00},
tft.h
#ifndef _TFT_H_
#define _TFT_H_
#include
typedef signed long s32;
typedef signed short s16;
typedef signed char s8;
typedef unsigned long u32;
typedef unsigned short u16;
tft.c
#include "TFT.h"
void TFTPortInit()
{
SCS = (GPIO0M);
PINSEL0 = 0;
PINSEL1 = 0;
PINSEL2 = 0;
PINMODE0 = 0;
PINMODE1 = 0;
PINMODE2 = 0;
FIO0DIR = 0xffffffff;
FIO1DIR = 0xf
tft_driver.fms
[MAP_FILE_INFO]
COUNT=0
tft_driver.bcs
[CONFIG]
DEBUG=1
RELEASE=1
[DEBUG]
BUILD_CFG=Debug
OTHER_PARA=
GEN_MAKEFILE=1
GEN_SYMBOLFILE=1
GEN_BINARYFILE=0
GEN_DASMFILE=1
GEN_RESFILE=1
GEN_LDFILE=1
USE_C++_CONFIG=0
OUTPUT_TYPE=1
C
tft_driver.dgs
[BREAK POINT]
COUNT=0
tft_driver.rc
# Begin Project
# Begin SubItem "TFT_Driver resources"
# Begin Group "FONT"
# Begin Source File
SOURCE=.\tft\Font\asc12
ID=RES_ASC12
SPECIFY_ADDRESS=FALSE
START_ADDRESS=0x00000000
ELF_SECTION_NAME=
#
tft_driver.sps
# Sunplus S+core IDE Project File - Name = "TFT_Driver"
# Sunplus S+core IDE Generated Build File Format Version V2.2.0
#**DO NOT EDIT**
# TARTTYPE (ScoreIDEPRJ) Application
CFG = Release
# Begin Pro
tft_driver.pld
# Begin Project
# Begin SubItem "TFT_Driver Pre-Load Program"
# Begin Group "Probe Exception"
#PROP Default_Filter =
# Begin Source File
SOURCE=.\Probe\probe_dsr_general_s7_eb.hex8
# End Source Fil