-
基于STM32的LCD5110代码
基于库函数的LCD5110代码,已经封装好的函数,可直接使用,有基本的字库和一些汉字,可以自己添加汉字字库,使用方便。
基本函数有:
//lcd初始化
void LCD_init(void);
void LCD_write_byte(unsigned char dt, unsigned char command);
void LCD_set_XY(unsigned char X, unsigned char Y);
void LCD_clear(void);
//row:列 page:页 dd:字符
void LCD_write_shu(unsigned char row, unsigned char page,unsigned char c);
//row:列 page:页 dd:字符
void LCD_write_hanzi(unsigned char row, unsigned char page,unsigned char c);
void LCD_Derection(unsigned char row,unsigned char page,unsigned char der);
- 2022-01-28 02:51:31下载
- 积分:1
-
2es7 124 56
- 2022-05-28 02:02:54下载
- 积分:1
-
ARM7 sdk s3c44b0 开发板程序,ADS1.2
ARM7 sdk s3c44b0 开发板程序,ADS1.2-sdk s3c44b0 ARM7 development board procedures, ADS1.2
- 2022-07-21 21:56:55下载
- 积分:1
-
Image code download from HOST to memory on S3C4510b board
Image code download from HOST to memory on S3C4510b board
- 2022-07-05 06:27:55下载
- 积分:1
-
Development board in the bare board s3c2440 simulation soft interrupt handling p...
在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
- 2022-09-19 23:10:03下载
- 积分:1
-
AT91RM9200 with the benefit of controlling the LCD, the ADS under the testing pr...
用AT91RM9200控制信利的LCD,在ADS下实现的测试程序,方便初学者使用。-AT91RM9200 with the benefit of controlling the LCD, the ADS under the testing procedures facilitate beginners.
- 2023-09-09 03:25:03下载
- 积分:1
-
这是Wrigger的原版原理图
这是Wrigger的原版原理图-Wrigger This is the original schematic
- 2022-11-17 21:55:03下载
- 积分:1
-
STM32F4 EEPROM 代码
用于读取和写入 eeprom (flash 银行) 在 stm 32 f 407 测试的 f407ig
在这一阶段微控制器时钟设置已经配置,
这是通过 SystemInit() 函数,从启动时调用
文件 (startup_stm32f4xx.s) 前分支到主应用程序。
要重新配置的 SystemInit() 函数的默认设置,请参阅
system_stm32f4xx.c 文件
- 2022-07-27 11:29:40下载
- 积分:1
-
arm下编写的超时处理程序,测试功能完好
arm下编写的超时处理程序,测试功能完好-prepared under the arm of overtime treatment procedures, test function intact
- 2022-07-16 07:17:48下载
- 积分:1
-
bf537的引导程序,完成各个寄存器的初始化等工作
bf537的引导程序,完成各个寄存器的初始化等工作-bf537 boot process to complete the initialization of the various registers, etc.
- 2022-03-23 19:06:48下载
- 积分:1