-
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
-
sdl的image开发包,挺不错的
sdl的image开发包,挺不错的-sdl the image development kits, sounds very good
- 2022-01-26 16:26:31下载
- 积分:1
-
在一大串字符串中查找某一个字符或者字符串出现的次数.并且返回次数....
在一大串字符串中查找某一个字符或者字符串出现的次数.并且返回次数.-string in a string search for a character string or the number of occurrences. And the number of returnees.
- 2022-08-04 11:12:29下载
- 积分:1
-
untitled1
simulink仿真文件,用于仿真随机共振系统对微弱信号的检测(Simulink simulation file, for the simulation of stochastic resonance system for weak signal detection)
- 2017-07-03 14:15:53下载
- 积分:1
-
水库调度java程序
说明: 运用java编写的水库优化调度程序,运用动态规划算法求解,适用性强。(Reservoir optimal operation program, using dynamic planning algorithm, strong adaptability, using java programming)
- 2021-01-11 11:18:49下载
- 积分:1
-
用于Pattern Recongnition的一个图像处理程序--Trace Transform。
用于Pattern Recongnition的一个图像处理程序--Trace Transform。-for an image processing-- Trace Transform.
- 2023-05-18 06:35:04下载
- 积分:1
-
retinex_mccann99
说明: Matlab通过函数imread读取RGB图像,并通过维数m*n*3的矩阵来表示。其中,维数mn表示图像的行数列数信息,维数3表示图像的RGB三层通道数据。因此,全局直方图处理通过对RGB图像的RGB三通道分别进行直方图均衡化,再整合到新的图像的方式进行。(Matlab reads the RGB image through the function imread and is represented by the matrix of the dimension m*n*3. Among them, the dimension mn represents the row sequence information of the image, and the dimension 3 represents the RGB three-layer channel data of the image. Therefore, the global histogram processing is carried out by equalizing the RGB three channels of the RGB image and integrating them into the new image.)
- 2019-03-28 16:26:16下载
- 积分:1
-
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便...
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便-Billiard map realize, you can transplant the module, suitable for the majority of billiards applet, it is convenient
- 2022-02-03 06:41:00下载
- 积分:1
-
AccessPW
提取ACCESS文件中的密码,不需要暴力破解。从文件中的某一字段直接解密(ACCESS extract document password, do not need to break the violence. From the document directly to decrypt a field)
- 2008-12-16 13:25:52下载
- 积分:1
-
双目标回波信号处理仿真
matlab实现双目标回波信号处理仿真,距离门重排(Matlab achieves multiple target echo signal processing simulation, range gate rearrangement.)
- 2018-04-30 17:58:14下载
- 积分:1