文件名称:TFT_LCD_ILI9325
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-10-22
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- z*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TFT LCD点屏实例程序(ILI9325)
/*-------- ILI9325 ----------*/
#include <reg52.h>
#include "8X16.h"
void delay(int n)
void delayms(int n)
#define fColor 0xffff //white screen
#define bColor 0x0000 //black screen
#define Window_XADDR_Start 0x0050
#define Window_XADDR_End 0x0051
#define Window_YADDR_Start 0x0052
#define Window_YADDR_End 0x0053
#define X_GRAM_AC 0x0020
#define Y_GRAM_AC 0x0021
#define Data_Port P0
-/*-------- ILI9325 ----------*/
#include <reg52.h>
#include "8X16.h"
void delay(int n)
void delayms(int n)
#define fColor 0xffff //white screen
#define bColor 0x0000 //black screen
#define Window_XADDR_Start 0x0050
#define Window_XADDR_End 0x0051
#define Window_YADDR_Start 0x0052
#define Window_YADDR_End 0x0053
#define X_GRAM_AC 0x0020
#define Y_GRAM_AC 0x0021
#define Data_Port P0
/*-------- ILI9325 ----------*/
#include <reg52.h>
#include "8X16.h"
void delay(int n)
void delayms(int n)
#define fColor 0xffff //white screen
#define bColor 0x0000 //black screen
#define Window_XADDR_Start 0x0050
#define Window_XADDR_End 0x0051
#define Window_YADDR_Start 0x0052
#define Window_YADDR_End 0x0053
#define X_GRAM_AC 0x0020
#define Y_GRAM_AC 0x0021
#define Data_Port P0
-/*-------- ILI9325 ----------*/
#include <reg52.h>
#include "8X16.h"
void delay(int n)
void delayms(int n)
#define fColor 0xffff //white screen
#define bColor 0x0000 //black screen
#define Window_XADDR_Start 0x0050
#define Window_XADDR_End 0x0051
#define Window_YADDR_Start 0x0052
#define Window_YADDR_End 0x0053
#define X_GRAM_AC 0x0020
#define Y_GRAM_AC 0x0021
#define Data_Port P0
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TFT_LCD_ILI9325.C