Skip to content

Zolento/OLED12864

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#项目简介#

这是一个基于STM32F411RE的12864OLED(SSD1306)驱动项目。

oled.c包含一些基本的驱动和显示功能。移植于中景园的51驱动。(因为懒而且暂时没需求所以没移植全,感兴趣可以自己添加别的图形库)

main.c包含一个简单的播放视频功能,其原理如下:轮询方式检查端口接受标识RxFlag是否置位,串口2用于接收bin文件(通过XCOM发送),每1024字节产生一次中断,置位RxFlag并储存至缓冲区RxBuffer。 接收完成后调用OLED_DrawBMP函数完成一帧的显示。

引脚及相关配置请见ioc文件。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published