-
基于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
-
ARM开发者必须知道的三星的ARM芯片S3C2410的中文使用手册
ARM开发者必须知道的三星的ARM芯片S3C2410的中文使用手册-ARM developers must know the Samsung s ARM chip S3C2410 the Chinese user manual
- 2023-06-22 02:10:04下载
- 积分:1
-
用LPC2136测试三维加速度传感器mma7456,用模拟I2C实现通信
用LPC2136测试三维加速度传感器mma7456,用模拟I2C实现通信-Three-dimensional acceleration sensor with the LPC2136 test mma7456, simulated I2C for communication
- 2022-06-26 14:59:25下载
- 积分:1
-
msp 430 频率记
利用430自身的捕获功能,设计频率计,捕获精准,最高捕获频率可到1MHz同时430兼有低功耗功能,能搞实现低功耗运行
- 2022-06-28 10:47:02下载
- 积分:1
-
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统-FPGA-based image acquisition and processing systems, FPGA-based image acquisition and processing system
- 2022-02-01 13:26:56下载
- 积分:1
-
通过AT89S52的I/O口模拟IIC接口,读写控制AT24C256,适用于AT24C64、AT24C256、At24C512...
通过AT89S52的I/O口模拟IIC接口,读写控制AT24C256,适用于AT24C64、AT24C256、At24C512-AT89S52 through the I/O interface IIC mouth simulation, control AT24C256 Applications read and write, apply to the AT24C64, AT24C256 Applications, At24C512
- 2022-04-14 20:56:22下载
- 积分:1
-
使用AIN0和AIN1测量两路直流电压,并将结果通过UART0想PC机发送。...
使用AIN0和AIN1测量两路直流电压,并将结果通过UART0想PC机发送。-compute and the use of two-way con measuring DC voltage, the results through UART0 sent to PC.
- 2022-10-20 05:30:03下载
- 积分:1
-
keil MDK对ARM Cortex
keil MDK对ARM Cortex-M3的例程-keil MDK for ARM Cortex-M3 of the routine
- 2023-02-21 21:40:04下载
- 积分:1
-
simulation pulse width modulation of selective harmonic elimination of pwm inver...
simulation pulse width modulation of selective harmonic elimination of pwm inverter
- 2022-02-28 14:55:00下载
- 积分:1
-
AT91SAM7S64 to do with the USB port with an RS232 device: PC on the driver sourc...
用AT91SAM7S64 的USB口 做一个RS232的设备
包含:
PC上的驱动程序
KEIL下的源码
简单的使用手册
是一份不错的学习资料 -AT91SAM7S64 to do with the USB port with an RS232 device: PC on the driver source code under KEIL a simple user" s manual is a good learning materials
- 2022-02-21 12:22:21下载
- 积分:1