/*******************************************************************************...
- 资源大小:3.98 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
MiddleWare
c++
资 源 简 介
/**************************************************************************************************
* 简介
*
* 本模块仅使用于字符显示液晶模块
*
* 当前版本的驱动仅支持以下类型LCD模块驱动:
* Hitachi HD44780 或与之兼容的芯片.
*
* LCD显示函数支持以下格式:
* 1 line x 8 characters
* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters
* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters
* 1 line x 24 characters 2 lines x 24 characters
* 1 line x 40 characters 2 lines x 40 characters
*说明:
* 1 line x 16 characters 需要定义为2*8的液晶模块
**************************************************************************************************/
-/*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver only supports the following types of LCD driver module:* Hitachi HD44780 chip or compatible .** LCD display function supports the followi
文 件 列 表
hd44780
SHOW_DATA.ASM
lcd.c
lcd.h
LcdCLR.asm
PIXEL_ON.ASM
Initial.asm