-
Python
PYTHON核心教程,PYTHON开发必读(PYTHON core curriculum, PYTHON development of reading)
- 2020-06-25 01:40:02下载
- 积分: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
-
VB调用OutLook API实现Email发送功能
VB调用OutLook API实现Email发送功能,一个OutLook例子,虽然OutLook现在不常用了,不过里面有很多邮件操作相关的API,对编程来说还是相当有用的,必竟很多时候我们还是需要依赖Windows平台,因此来说,这个程序可看作是一个使用OutLook API进行邮件发送编程的一个例子吧。
- 2023-01-13 02:00:04下载
- 积分:1
-
一个实用的单片机试验程序,大家分享分享,程序源码完整
一个实用的单片机试验程序,大家分享分享,程序源码完整-A practical single-chip testing procedures, to share to share, the program source code integrity
- 2022-08-18 08:38:05下载
- 积分:1
-
asp入门到精通的源代码,不知道版主是否需要,只管传上去看看吧。...
asp入门到精通的源代码,不知道版主是否需要,只管传上去看看吧。-asp proficient entry to the source code, I do not know whether the moderator, just look at it-up.
- 2022-02-13 07:37:12下载
- 积分:1
-
输入算术表达式,分别输出表达式的前缀形式和后缀形式,提供用户图形界面...
输入算术表达式,分别输出表达式的前缀形式和后缀形式,提供用户图形界面-Enter an arithmetic expression, respectively, the form of the output expression prefix and suffix forms, provide the user graphical interface
- 2022-07-27 03:47:04下载
- 积分:1
-
Forms_CNC_Draw-1
说明: 设备控制软件使用halcon进行画图,形成轨迹图方案,轴按照轨迹图方案进行喷胶(The equipment control software uses Halcon to draw and form the trajectory plan. The axle sprays glue according to the trajectory plan.)
- 2020-07-02 20:00:01下载
- 积分:1
-
11912873Rolling-bearing-fault-diagnosis
利用labview编程实现计算轴承频谱,下载可用(The use of LabVIEW programming to realize the calculation of bearing spectrum, download available)
- 2017-12-04 16:22:53下载
- 积分:1
-
ECG QRS wave detection, the use of wavelet methods and other methods
心电信号QRS波的检测,利用小波方法和其他方法-ECG QRS wave detection, the use of wavelet methods and other methods
- 2022-01-25 15:48:57下载
- 积分:1
-
用ROSE来开发基于WEB的服务器配置。不好找的哦
用ROSE来开发基于WEB的服务器配置。不好找的哦-used to develop Web-based server configuration. Not easy to find the oh
- 2023-05-20 18:05:03下载
- 积分:1