⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 font.h

📁 蓝牙LCD显示部分的原代码
💻 H
字号:
/* This code was autogenerated by extracalls.pl from the following files
../../dev/src/csr/vm/extracalls.in
 */
#ifndef __FONT_H

#define __FONT_H

#include <csrtypes.h>
typedef uint16 FontId;
typedef uint16 ucs2char;

FontId FontInit(void);
size_t FontGetGlyph(FontId font, ucs2char c, uint16 *glyph, size_t max_glyph_wid);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -