1 Star 0 Fork 4

游牧/hanshow-2in9-epaper

forked from ieiao/hanshow-2in9-epaper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
epd-2in9.h 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
ieiao 提交于 2021-06-10 22:20 . 增加汉字字模测试
#ifndef _EPD_2IN9_H
#define _EPD_2IN9_H
#define WIDTH 128
#define HEIGHT 296
void epd_iface_setup(void (*p0)(void), void (*p1)(void),
void (*p2)(char), void (*p3)(char));
void epd_init(void);
void epd_clear(char v);
void epd_draw(const char *p);
void epd_set_cursor(int xs, int ys);
void epd_turnon();
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/roamr/hanshow-2in9-epaper.git
git@gitee.com:roamr/hanshow-2in9-epaper.git
roamr
hanshow-2in9-epaper
hanshow-2in9-epaper
master

搜索帮助