代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft.h
#ifndef _TFT_H_
#define _TFT_H_
#include "stc_new_8051.h"
sbit TFT_RST =P0^0;
sbit TFT_CS =P1^1;
//sbit TFT_SDAT=P2^2; //使用STC的硬件SPI,屏蔽这里
//sbit TFT_SCLK=P2^3;
sbit TFT_CD =P1^2;
void
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
tft.plg
礦ision3 Build Log
Project:
E:\ARM试验\彩屏液晶驱动\TFT.uv2
Project File Date: 01/06/2008
Output:
Build target 'Target 1'
compiling TFT_240_320.c...
tft.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
sam7.o(STACK) refers (Special)
tft.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
tft.tra
*** Creating Trace Output File 'TFT.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"sam7.o"'
### List of Objects: adding '"picdata1.o"'
### List
tft.lnp
"sam7.o" "picdata1.o" "tft_240_320.o" "_main.o" "asciilib_65k.o" --strict --scatter "TFT.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list "
tft.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E120FF1FE520FF1FE58D
:1000200058000000400000004400000048000000AC
:100030004C0000000000000050
tft.htm
Static Call Graph - [E:\ARM试验\彩屏液晶驱动\TFT.axf]
Static Call Graph for image E:\ARM试验\