5420液晶屏驱动程序ICC

AledaLee 18 0 APPLICATION/X-RAR 2020-09-24 12:09:10

#include "main.h" #include "SPFD5420H.h" #include "font8x16.h" //================================================================ void LCD_Write_Data8 (unsigned char Data) { LCD_DATA_PORT=Data; LCD_WR_Low(); LCD_WR_High(); } void LCD_Write_Data16 (unsigned int Data) { LCD_DATA_PORT=(Data>>

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2020-09-24 12:09:12

写代码的风格很好

Generic placeholder image 卡了网匿名网友 2020-09-24 12:09:11

自己改了改,是不错的。结合说明书,可以了解屏的使用方法

Generic placeholder image 卡了网匿名网友 2020-09-24 12:09:11

很浅显易懂

Generic placeholder image 卡了网匿名网友 2020-09-24 12:09:11

有没有关于5420寄存器的介绍。。。正在尝试中