-
基于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
-
IIC总线协议,郭天祥视频教程的资料
IIC总线协议,郭天祥视频教程的资料-IIC bus protocol, the information郭天祥video tutorial
- 2022-07-25 11:12:51下载
- 积分:1
-
8051下的I2C驱动软件,可以自由使用。C/C++。
8051下的I2C驱动软件,可以自由使用。C/C++。-8051 under the I2C driver software can be freely used. C/C.
- 2022-03-11 14:04:08下载
- 积分:1
-
单
单片机访问多片DS18B20,同时显示在SPI控制的8位8段数码管上,其中用到DS18B20的单总线技术,还有演示程序截图,其中主控单片机为MEGA16-Single-chip multi-chip access DS18B20, at the same time displayed on the SPI-controlled 8-bit digital tube on paragraph 8, which uses a single bus technology DS18B20, as well as demo screenshot, in which single-chip microcomputer for control MEGA16
- 2022-05-07 18:19:48下载
- 积分:1
-
ARM development board of the IXP400 network driver to the source.
有关ARM开发板上的IXP400网络驱动程序的源码以。-ARM development board of the IXP400 network driver to the source.
- 2023-01-02 00:16:09下载
- 积分:1
-
嵌入式输入法码表源码,支持二级汉字字库(6535)
嵌入式输入法码表源码,支持二级汉字字库(6535)-Embedded source code table input method to support the two Chinese characters (6535)
- 2023-02-07 04:25:03下载
- 积分:1
-
ARM Cortex
ARM Cortex-M3 系列处理器 的实验代码,内容很全,涉及片内和外围所有部件编程。(Keil环境)
-ARM Cortex-M3 family of processors experimental code, content is very wide, involving all the components and peripherals on-chip programming. (Keil environment)
- 2022-08-14 10:22:17下载
- 积分:1
-
三星ARM9(S3C2410)开发板原理图
三星arm9(s3c2410)开发板的原理图-Samsung arm9 (s3c2410) development board schematics
- 2022-12-14 19:00:03下载
- 积分:1
-
基于三星44b0的iic的程序,包括基本操作
基于三星44b0的iic的程序,包括基本操作-Based on the IIC Samsung 44b0 procedures, including basic operation
- 2022-12-31 09:55:03下载
- 积分:1
-
nand flash读写实验代码,不可多得
nand flash读写实验代码,不可多得-Experimental code to read and write nand flash, rare
- 2022-03-05 08:10:25下载
- 积分:1