-
基于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
-
NS954X tuner solution source code with RDS function
NS954X tuner solution source code with RDS function
- 2022-09-03 19:55:03下载
- 积分:1
-
arm做的MP3播放器,自己公司开发的MP3播放器的源码.
arm做的MP3播放器,自己公司开发的MP3播放器的源码.-arm to do the MP3 player, the company developed its own MP3 player source.
- 2022-02-07 10:40:32下载
- 积分:1
-
in ads1.2 compiler based on the success of the UCOS lpc2214 operating system und...
在ads1.2编译成功基于lpc2214的UCOS操作系统下的usb及串口通讯系统项目文件.包括ucos内核文件.对在ucos下编写arm程序朋友大有帮助.-in ads1.2 compiler based on the success of the UCOS lpc2214 operating system under the usb and serial I communications system project documents. OUT including kernel documents. OUT on the procedures to prepare arm greatly help a friend help.
- 2023-08-12 02:30:04下载
- 积分:1
-
基于ST arm7的机器人设计硬件原理图,pcb(protel和powerpcb格式)
基于ST arm7的机器人设计硬件原理图,pcb(protel和powerpcb格式)-ST arm7 based design of robot hardware schematics, pcb (protel and PowerPCB format)
- 2022-05-28 02:01:06下载
- 积分:1
-
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。-uCOS transplantation example, developers or embedded lovers can learn from.
- 2022-02-01 18:42:17下载
- 积分:1
-
Embeded MCU Tcpip code.
嵌入式单片机Tcpip代码。
- 2022-01-26 05:11:55下载
- 积分:1
-
一个不错的开发板原理图,慢慢看吧> > > > > > >
一个不错的开发板原理图,慢慢看吧> > > > > > >-A good development board schematics, slowly and see
- 2022-03-31 19:29:30下载
- 积分:1
-
三星公司arm芯片s3c2410原理图,sch格式
三星公司arm芯片s3c2410原理图,sch格式-Samsung S3C2410 chip arm schematics, sch format
- 2022-01-26 08:10:08下载
- 积分:1
-
本论文研究的课题是:ARM7处理器以及µ c/os
本论文研究的课题是:ARM7处理器以及µ c/os-II操作系统,通过做实验,了解三星公司的S3C44BOX芯片的内部结构,工作原理以及其扩展的外围设备.熟悉基于µ c/os-II扩展的嵌入式系统的启动和应用程序的结构.掌握将µ c/os-II移植到ARM7处理器的基本方法,同时在µ c/os-II的基础上开发最基本的嵌入式系统。本文还给出了在开发的时候要注意的一些关键的问题。-this thesis research topic is : ARM7 processor and micro c/os- II operating system, as an experiment to understand the S3C44BOX Samsung chip"s internal structure and working principle and its expansion peripherals. Based on familiar with the micro c/os- II expansion of the embedded the launch systems and applications to the structure. master of micro c/os- II transplanted to the basic ARM7 processor, while the micro c/os- II on the basis of the development of basic embedded system. The paper also presents the development of the attention to some of the key issues.
- 2022-08-15 09:46:24下载
- 积分:1