文件名称:LCD1602

介绍说明--下载内容均来自于网络,请自行研究使用

LCD1602相关资料



//M16_8MHZ_20090304

/************************宏定义******************************/

#ifndef __LCD1602_H

#define __LCD1602_H





#include <iom16v.h>

#include <macros.h>



#define uint unsigned int

#define uchar unsigned char



#define LCD1602_EN_PORT PORTA

#define LCD1602_RW_PORT PORTA

#define LCD1602_RS_PORT PORTA

#define LCD1602_DATA_PORT PORTA



#define LCD1602_EN (1 << PA0)

#define LCD1602_RW (1 << PA1)

#define LCD1602_RS (1 << PA2)

#define LCD1602_DATA 0xf0

//DATA必须为连续的端口高四位



#define LCD1602_EN_DDR DDRA

#define LCD1602_RW_DDR DDRA

#define LCD1602_RS_DDR DDRA

#define LCD1602_DATA_DDR a DDRA



#define LCD1602_DATA_PIN PINA



// uchar c1[8] = {0x08,0x0f,0x12,0x0f,0x0a,0x1f,0x02,0x02}, //年

// c2[8] = {0x0f,0x09,0x0f,0x09,0x0f,0x09,0x0b,0x11}, //月

// c3[8] = {0x0f,0x09,0x09,0x09,0x0f,0x09,0x09,0x0f} //日

-LCD1602 relevant information// M16_8MHZ_20090304 /************************ macro definition****************************** /# ifndef __ LCD1602_H# define __ LCD1602_H# include <iom16v.h># Include <macros.h># Define uint unsigned int# define uchar unsigned char# define LCD1602_EN_PORT PORTA# define LCD1602_RW_PORT PORTA# define LCD1602_RS_PORT PORTA# define LCD1602_DATA_PORT PORTA# define LCD1602_EN (1 < < PA0)# define LCD1602_RW (1 < < PA1)# define LCD1602_RS (1 < < PA2)# define LCD1602_DATA 0xf0// DATA must be contiguous ports high four# define LCD1602_EN_DDR DDRA# define LCD1602_RW_DDR DDRA# define LCD1602_RS_DDR DDRA# define LCD1602_DATA_DDR a DDRA# define LCD1602_DATA_PIN PINA// uchar c1 [8] = {0x08, 0x0f, 0x12, 0x0f, 0x0a, 0x1f, 0x02, 0x02},// ​ ​ Year// c2 [8] = {0x0f, 0x09, 0x0f, 0x09, 0x0f, 0x09, 0x0b, 0x11},// ​ ​ month// c3 [ 8] = {0x0f, 0x09, 0x09, 0x09, 0x0f, 0x09, 0x09, 0x0f} // Day
(系统自动生成,下载前可以参看下载内容)

下载文件列表





【OK】LCD1602\1602.h

.............\1602LCD的基本参数及引脚功能.doc

.............\1602字码表.gif

.............\M16_1602BLCD.c

.............\M16_1602BLCD接线图.pdf

.............\字符型液晶使用手册.doc

.............\注意.txt

【OK】LCD1602

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org