代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft200.c
// 芯片相关的头文件
#include // STM32F10x 库文件
#include "MyType.h"
#include "TFT200.h"
// 实验板上相关定义
/* PINS: 管脚定义
- DB0 = PC0
- DB1 = PC1
- DB2 = PC2
- DB3 = PC3
tft200.d
.\Output\tft200.o: TFT200.c
.\Output\tft200.o: E:\Keil MDK 4.10\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
.\Output\tft200.o: E:\Keil MDK 4.10\ARM\INC\ST\STM32F10x\stm32f10x_map.h
.\Output\tft200.o: E:\K
tft200.h
#ifndef __TFT200_H
#define __TFT200_H
#include "MyType.h"
#define LCD_WIDTH 220
#define LCD_HIGH 176
/* LCD color */
#define White 0xFFFF
#define Black 0x0000
#de
tft_lcd.d
..\Obj\tft_lcd.o: ..\..\User\Src\tft_lcd.c
..\Obj\tft_lcd.o: ..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h
..\Obj\tft_lcd.o: ..\..\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h
..\O
tft_lcd.h
/****************************************************************************
* Copyright (C), 2009-2010, www.armfly.com
*
* 文件名: tft_lcd.H
* 内容简述: LCD模块的头文件。
*
* 文件历史:
* 版本号 日期 作者 说明
tft_lcd.c
#include "stm32f10x.h"
#include
#include "systick.h"
#include "tft_lcd.h"
#include "fonts.h"
#include "fonts_ascii16x24.h"
typedef struct
{
__IO uint16_t LCD_REG;
__IO uint16_t