代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft.h
#ifndef TFT_H_
#define TFT_H_
#include "support_common.h"
#define uint unsigned int
#define uchar unsigned char
extern void delay(int xms);
extern uchar picture1[];
void write_comman
tft.c
#include "TFT.h"
#define TFT_RES MCF_GPIO_PORTTJ_PORTTJ5
#define TFT_RS MCF_GPIO_PORTTJ_PORTTJ0
#define TFT_SDA MCF_GPIO_PORTTJ_PORTTJ1
#define TFT_SCK MCF_GPIO_PORTTJ_PORTTJ2
#define TFT_
tft.h
#ifndef TFT_H_
#define TFT_H_
#include "support_common.h"
#define uint unsigned int
#define uchar unsigned char
extern void delay(int xms);
extern uchar picture1[];
extern uchar picture
tft.c
#include "TFT.h"
#define TFT_RES MCF_GPIO_PORTTJ_PORTTJ5
#define TFT_RS MCF_GPIO_PORTTJ_PORTTJ0
#define TFT_SDA MCF_GPIO_PORTTJ_PORTTJ1
#define TFT_SCK MCF_GPIO_PORTTJ_PORTTJ2
#define TFT_
tft_if.v
//----------------------------------------------------------------------------
// TFT INTERFACE - Sub Level Module
//-----------------------------------------------------------------------------
//
//
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_if.v
//----------------------------------------------------------------------------
// TFT INTERFACE - Sub Level Module
//-----------------------------------------------------------------------------
//
tft_if.v
//----------------------------------------------------------------------------
// TFT INTERFACE - Sub Level Module
//-----------------------------------------------------------------------------
//
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
// ----
// VCC(21) 22 --| |--1 (20)GND
// VCC(22) 21 --| |--2 (19)GND
// VCC(23) 20 --| |--3 (18)GND
// VCCIO(24) 19 --| |--4 (17)#RST ---> P1-19
// V