1 Star 0 Fork 1

DFRobot/DFRobot_Display

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DFRobot_Character.h 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
sobeit 提交于 2019-03-01 11:28 +08:00 . update
#ifndef DFROBOT_CHARACTER_H
#define DFROBOT_CHARACTER_H
#include "stdint.h"
#include "stdlib.h"
#include "DFRobot_Types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t table_character_6_8[][6];
int16_t DFRobot_Character_getCharacter(uint8_t* pCh, uint8_t* pBuf, uint8_t* pWidth, uint8_t* pHeight);
#ifdef __cplusplus
}
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dfrobot/DFRobot_Display.git
git@gitee.com:dfrobot/DFRobot_Display.git
dfrobot
DFRobot_Display
DFRobot_Display
master

搜索帮助