1 Star 0 Fork 1

蒹葭平台/smartWinery51

forked from Lisq/smartWinery51 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oled.h 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lisq 提交于 2020-05-23 09:38 . 增加OLED显示部分
#ifndef __OLED_H_
#define __OLED_H_
sbit SCL3 = P3^0; // Serial Clock Input
sbit SDA3 = P3^1; // Serial Data Input
void LCD_Init3(void);
void LCD_Clean(void);
void LCD_Print(unsigned char *,unsigned int,unsigned char,unsigned char);
#endif //__OLED_H_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jianjia_paltform/smartWinery51.git
git@gitee.com:jianjia_paltform/smartWinery51.git
jianjia_paltform
smartWinery51
smartWinery51
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385