Boen_Shi 8be2866433 feat(base): 初始化 MSPM0 开发环境
- 添加头文件和配置文件支持
- 更新.gitignore忽略编译和IDE相关文件
- 添加基础的bsp代码
2026-07-16 14:45:26 +08:00

18 lines
292 B
C

#ifndef OLED_OLEDFONT_H_
#define OLED_OLEDFONT_H_
#ifdef __cplusplus
extern "C" {
#endif
extern const unsigned char F6x8[][6];
extern const unsigned char F8X16[];
extern const unsigned char Hzk[][32];
extern unsigned char BMP1[];
#ifdef __cplusplus
}
#endif
#endif /* OLED_OLEDFONT_H_ */