文件名称:LCD-serial-to-parallel
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-03-30
- 文件大小:
- 490kb
- 下载次数:
- 0次
- 提 供 者:
- w**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
lcd1602液晶屏使用8位并行传输数据,因为这样需要引脚比较多,所以有这个想法是否可以向12864那样串行传输数据。但是1602不向12864有串行模式,它只有一个并行模式。这时组内有人提出可以使用74HC595这个芯片,它的特性正好是8位串行输入转平行输出。
接下来开始讨论控制的时序图,1602的时序图十分简单,我们用用画图得出了串行下的时序。
-LCD1602 LCD screen using 8 bit parallel transmission of data, because it requires a lot of pins, so there is the idea of whether the serial data can be transmitted to the 12864. But 1602 does not have a serial mode to the 12864, it has only one parallel mode. At this time it was proposed that the group can use the 74HC595 chip, which is precisely the 8 bit serial input parallel output.
Next, we start to discuss the timing diagram of the control, and the sequence diagram of 1602 is very simple.
Due to the limitation of conditions, the simulation software is used to simulate the effect.
接下来开始讨论控制的时序图,1602的时序图十分简单,我们用用画图得出了串行下的时序。
-LCD1602 LCD screen using 8 bit parallel transmission of data, because it requires a lot of pins, so there is the idea of whether the serial data can be transmitted to the 12864. But 1602 does not have a serial mode to the 12864, it has only one parallel mode. At this time it was proposed that the group can use the 74HC595 chip, which is precisely the 8 bit serial input parallel output.
Next, we start to discuss the timing diagram of the control, and the sequence diagram of 1602 is very simple.
Due to the limitation of conditions, the simulation software is used to simulate the effect.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1602液晶屏串行转并行
....................\74HC595.pdf
....................\Last Loaded 仿真实现.pdsbak
....................\Thumbs.db
....................\lcd+74hc595
....................\lcd+74hc595.M51
....................\lcd+74hc595.build_log.htm
....................\lcd+74hc595.hex
....................\lcd+74hc595.lnp
....................\lcd+74hc595.plg
....................\lcd+74hc595.uvgui.pc
....................\lcd+74hc595.uvgui_pc.bak
....................\lcd+74hc595.uvopt
....................\lcd+74hc595.uvproj
....................\lcd+74hc595_uvopt.bak
....................\lcd+74hc595_uvproj.bak
....................\lcd1602.LST
....................\lcd1602.OBJ
....................\lcd1602.c
....................\lcd1602.h
....................\lcd1602时序图.PNG
....................\lcd74hc595.LST
....................\lcd74hc595.OBJ
....................\lcd74hc595.c
....................\readme.txt
....................\仿真实现.pdsprj
....................\仿真实现.pdsprj.DESKTOP-RR7DEJO.pc.workspace
....................\仿真效果.png