代码搜索结果
找到约 2,975 项符合
TFT 的代码
183.plg
礦ision2 Build Log
Project:
D:\RADIO_TFT\183.uv2
Project File Date: 11/29/2007
Output:
glib.c
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
void (*PutPixel)(U32,U32,U32);
void Glib_Init(int type)
{
switch(type)
{
case MODE_TFT_8BIT_240320:
fat.h
#ifndef __FAT_H__
#define __FAT_H__
#include "sd.h"
#include "uart.h"
#include "tft.h"
#include
/*
分区记录结构如下
*/
struct PartRecord
{
unsigned char Active; //0x80表示此分区有效
ds18b20.lnp
--device DARMSTM "stm32f10x.o" "stm32_init.o" "tft200.o" "main.o" --strict --scatter "ds18b20.sct"
--autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols
--info sizes --i
ili9331.h
/*
TFT实际控制器型号MTM3225A 2。8“
GUANFU_WANG
*/
#include "stm32f10x_lib.h"
///////////////////////////////////////////////////////
#define BLACK 0x0000
#define BLUE 0x001F
#define RED 0xF80
main.c
#include "stm32f10x.h"
#include
#include "usart.h"
#include "systick.h"
#include "button.h"
#include "Backlight.h"
#include "adc.h"
#include "tft_lcd.h"
#include "bmp.h"
#include "w
gui.c
/*******************************************************************************
名 称:GUI函数********底层TFT液晶驱动函数为ILI9325的驱动函数
功 能:本c文件封装了对12864液晶的一些简单的基本读写操作.
封装函数:
void GUI_clearscreen(u
entries
/foxconn_pt035tn01.c/1.1.1.1/Thu Aug 16 08:28:17 2007//
/lcd.c/1.1.1.1/Thu Aug 16 08:28:17 2007//
/truly-tft-g320240dtsw.c/1.1.1.1/Thu Aug 16 08:28:17 2007//
D
i2c_panel.c
#ifdef SUPPORT_I2C_LCD_Panel
/*
** FUNCTION:init_command_cd4094b()
** PURPOSE:initialize the TFT-LCD CONTROLLER UPS017 using
** CD4094B
** CD4094B:8-Stage Shift-and-Store Bus Register
** Q1--
Ȧ-
说 明
工程名 :Jpeg Decoder
功能描述:实现JPG图像解码,并显示
系统硬件:CPU-LM3S6918
DisplayController-ILI9320 240RGB x 320 262K Color TFT LCD
资源利用:8KB RAM
10