-
Csharp
Professional C# (2nd Edition)的中文版本 精通c#的权威书籍(Professional C# (2nd Edition) proficient in the Chinese version of c# Authoritative books)
- 2008-06-09 14:35:28下载
- 积分:1
-
Treatment of data, and research and development for specific projects, based on...
对数据的处理,和对具体项目的研发,基于C语言的策划和程序设计-Treatment of data, and research and development for specific projects, based on the C language, planning and program design
- 2022-05-30 23:39:13下载
- 积分:1
-
OHCI 规范
Open Host Controller Interface Specification
for USB
OHCI 规范
Open Host Controller Interface Specification
for USB
-OHCI specification Open Host Controller Interface Specificationfor USB
- 2023-01-01 17:40:04下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
i am uploading obj_evalution matalb file which is step after noise estimation
i am uploading obj_evalution matalb file which is step after noise estimation
- 2022-02-13 01:13:19下载
- 积分:1
-
一个鼠标特效,一个关于网页中鼠标更随文字的特效
一个鼠标特效,一个关于网页中鼠标更随文字的特效-Effects of a mouse, a mouse on the page with the text of the special effects more
- 2022-04-18 14:50:22下载
- 积分:1
-
首次发布的神经网络。
The Neural Network the first release.
I got from somewhere. And I didn t open it yet. because this site force me to upload the file to download.
- 2023-01-27 13:15:03下载
- 积分:1
-
Introduction to the LonWorks System
Introduction to the LonWorks System
- 2022-06-29 16:27:08下载
- 积分:1
-
常用芯片器件手册(包括51指令系统),请需要下载的尽快
常用芯片器件手册(包括51指令系统),请需要下载的尽快-chip devices commonly used manual (including 51 orders), please download as soon as possible
- 2022-07-17 14:59:33下载
- 积分:1
-
一个把十进制数转换成罗马数字的例子
一个把十进制数转换成罗马数字的例子--Example which transforms digits from decimal to roman numeral
- 2022-05-23 04:09:53下载
- 积分:1