3 Star 22 Fork 10

Snitro/STM32_HAL_IIC_SSD1306

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FontLib.h 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Snitro 提交于 2021-02-24 15:59 . init
/*
* @Author: Snitro
* @Date: 2021-02-23 21:04:23
* @LastEditors: Snitro
* @LastEditTime: 2021-02-23 21:05:54
* @Description: file content
*/
#ifndef __FONTLIB_H
#define __FONTLIB_H
#include <stdint.h>
//常用ASCII表
//偏移量32
//低位在前面
extern const unsigned char ASCII[]; //英文字符 6X8
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/snitro/stm32_hal_iic_ssd1306.git
git@gitee.com:snitro/stm32_hal_iic_ssd1306.git
snitro
stm32_hal_iic_ssd1306
STM32_HAL_IIC_SSD1306
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385