代码搜索结果
找到约 1,217 项符合
TFT 的代码
tft.h
/*TFT.H*/
/*
********************************************************************************
* Clear the TFT display with specify color
* Input : color -- the color which used for background
*
tft.c
#include
#include
#include
#include "ecrsys.h"
#include "ads7846.h"
#include "tft.h"
#include "font.h"
#include "ftype.h"
#define TFT_WrCmd(cmd) (*(volatile u
tft24_430_test.pbd
This is an internal working file generated by the Source Browser.
20:30 41s
E:\doc ok\430无线传感CC2500\2.8 TFT 430 2500接收\Debug\Obj\CC1100-CC2500.pbi
E:\doc ok\430无线传感CC2500\2.8 TFT 430 2500接收\Debug\O
tft.lst
C51 COMPILER V8.05a TFT 03/14/2009 18:41:31 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE TFT
OBJECT MODULE PLACED IN tf
jpeg.lnp
"_main.obj",
"jpeg.obj",
"uart.obj",
"myfun.obj",
"stc_spi.obj",
"tft.obj"
TO "jpeg"
tft.c
#include "tft.h"
#include "stc_spi.h"
#include "myfun.h"
void TFT_Write_Dat(unsigned char dat)
{
TFT_CD=1;
TFT_CS=0;
spi_write(dat);
TFT_CS=1;
}
void TFT_Write_Dat_16(unsigned char d
readme.txt
液晶的io口分布情况:
tft 51
d0-----------P1.0
d1-----------P1.1
d2-----------P1.2
d3-----------P1.3
d4-----------P1.4
d5-----------P1.5
d6-----------P1.6
d7-----------P1.7
d8-----------P0.0
tft_driver.c
//====================================================================================
//文 件 名:TFT_Driver.c
//功能描述: TFT驱动程序(底层驱动)
//维护记录: 2007年1月17日
//=================================================
readme.txt
1.下载到S3C2440 SDRAM:0x30000000直接运行.
2.支持NEC3.5寸TFT LCD(240x320)或其它兼容型号
tft lcd.eww
$WS_DIR$\TFT LCD.ewp