代码搜索结果

找到约 2,975 项符合 TFT 的代码

tft_lcd.ldf

/* ** LDF for ADSP-BF533. ** ** There are a number of configuration options that can be specified ** either by compiler flags, or by linker flags directly. The options are: ** ** USE_PROFILER0

tft_init.c

#include "bf5xx.h" #include "types.h" /**************************************************************************** * 功能 : 外部声明的变量 ***************************************************************

tft_lcd.ldf

/* ** LDF for ADSP-BF533. ** ** There are a number of configuration options that can be specified ** either by compiler flags, or by linker flags directly. The options are: ** ** USE_PROFILER0

tft_init.c

#include "bf5xx.h" #include "types.h" /**************************************************************************** * 功能 : 外部声明的变量 ***************************************************************

tft_lcd.h

#ifndef __TFT_LCD_H #define __TFT_LCD_H #define COLOR_BLACK 0x0000 #define COLOR_WHITE 0xFFFF #define COLOR_RED 0xF800 #define COLOR_GREEN 0x07E0 #define COLOR_BLUE 0x001F #define COL

tft_lcd.h

#ifndef __TFT_LCD_H #define __TFT_LCD_H #define COLOR_BLACK 0x0000 #define COLOR_WHITE 0xFFFF #define COLOR_RED 0xF800 #define COLOR_GREEN 0x07E0 #define COLOR_BLUE 0x001F #define COL

tft_lcd.h

#ifndef __TFT_LCD_H #define __TFT_LCD_H #define COLOR_BLACK 0x0000 #define COLOR_WHITE 0xFFFF #define COLOR_RED 0xF800 #define COLOR_GREEN 0x07E0 #define COLOR_BLUE 0x001F #define COL

tft_driver.c

//==================================================================================== //文 件 名:TFT_Driver.c //功能描述: TFT驱动程序(底层驱动) //维护记录: 2007年1月17日 //=================================================