-
128* 160 LCD procedures. The program driver chips are 89C51.
128*160液晶显示程序.该程序驱动芯片是89C51.-128* 160 LCD procedures. The program driver chips are 89C51.
- 2022-05-06 20:13:22下载
- 积分:1
-
x86 assembly language instructions Daquan
x86汇编语言指令大全-x86 assembly language instructions Daquan
- 2022-12-08 11:50:04下载
- 积分:1
-
DS18B20+1602LCD显示温度控制
DS18B20+1602LCD显示温度控制-DS18B20 1602LCD show that the temperature control
- 2022-04-13 10:25:17下载
- 积分:1
-
关于用c++实现对图片的放大,缩小以及循环播放的设置
关于用c++实现对图片的放大,缩小以及循环播放的设置-Study on the Use of c++ Achieve image to enlarge, narrow and Loop settings
- 2022-06-15 19:54:38下载
- 积分:1
-
Tang detailed description of all test cases, as well as a number written in asse...
唐老师详细介绍了所有的测试用例,以及一些用汇编语言编写的课程设计,详细说明,包括红绿灯、报警系统等。!
- 2022-02-19 21:44:11下载
- 积分:1
-
1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人...
1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人信息。如此循环,直至所有人都出列为止。
2. 程序以用户和计算机的对话方式执行,即在计算机屏幕上显示“提示信息”之后,由用户在键盘上输入相应数据(即每个人所持的密码),每个人的序号由程序自动分配并存储。
-1. This process should first enter a value assigned to the initial reported that the maximum number of m, the number n should be arbitrary, the procedure should be able to automatically save a number of people out and held out the password assigned to m again reported as the maximum number, and then delete the information out of people. Such a cycle, until all that far out. 2. Procedures to computer users and the implementation of the dialogue, that is displayed on the screen in the computer " message" after the keyboard by the user in the corresponding input data (that is, each person" s password), each individual" s serial number automatically assigned by the procedures and stored.
- 2022-01-31 12:38:49下载
- 积分:1
-
read character
读取字母,用来检测用户以键盘输入的字符,并将其储存起来-read character
- 2022-03-24 06:07:49下载
- 积分:1
-
用汇编写的二叉树遍历程序包括前序,中序,后序遍历。
用汇编写的二叉树遍历程序包括前序,中序,后序遍历。-was compiled using the binary tree traversal procedures including the former sequence, sequence, after the preorder.
- 2022-03-09 23:37:14下载
- 积分:1
-
failed to translate
用汇编编程,带字库的12864的点阵、图形、汉字显示-failed to translate
- 2022-05-13 00:31:29下载
- 积分:1
-
STM32汇编LCD初始化
应用背景
本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI ,是在LINUX下编译的。
代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示
关键技术
初始化代码
shizhong:
ldr r0, = 0x40021000
ldr r1, = 0x14D83
str r1, [r0]
gsszbz:
ldr r2, [r0]
ldr r1, = 0x20000
tst r1, r2 @高速时钟标志位
bne rccchushihua
b gsszbz
rccchushihua:
ldr r0, = 0x40022000
mov r1, # 0x00000032
str r1, [r0] &n
- 2022-03-12 04:17:41下载
- 积分:1