1 Star 0 Fork 0

hznupeter / weatherStation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Tiny5pt7A.h 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
hznupeter 提交于 2021-01-28 13:12 . 气象墙
const uint8_t Tiny5pt7ABitmaps[] PROGMEM = {
0x00,//' '
0xFC, 0xFC, 0xCC, 0xCC, 0xCC, 0xCC, 0xFC, 0xFC, /*0*/
0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, /*1*/
0xFC, 0xFC, 0x0C, 0xFC, 0xFC, 0xC0, 0xFC, 0xFC, /*2*/
0xFC, 0xFC, 0x0C, 0xFC, 0xFC, 0x0C, 0xFC, 0xFC,/*3*/
0xCC, 0xCC, 0xCC, 0xFE, 0xFE, 0x0C, 0x0C, 0x0C, /*4*/
0xFC, 0xFC, 0xC0, 0xFC, 0xFC, 0x0C, 0xFC, 0xFC, /*5*/
0xFC, 0xFC, 0xC0, 0xFC, 0xFC, 0xCC, 0xFC, 0xFC, /*"6*/
0xFC, 0xFC, 0x0C, 0x0C, 0x0C, 0x0C, 0x0C, 0x0C, /*7*/
0xFC, 0xFC, 0xCC, 0xFC, 0xFC, 0xCC, 0xFC, 0xFC, /*8*/
0xFC, 0xFC, 0xCC, 0xFC, 0xFC, 0x0C, 0xFC, 0xFC, /*9*/
0x90,//':'
};
const GFXglyph Tiny5pt7AGlyphs[] PROGMEM = {
{0, 1, 4, 2, 0, -4}, // 0x20 ' '
{0, 1, 2, 3, 1, -2}, // 0x21 '!'
{1, 3, 2, 4, 0, -2}, // 0x22 '"'
{2, 3, 3, 4, 0, -2}, // 0x23 '#'
{4, 3, 3, 4, 0, -2}, // 0x24 '$'
{6, 3, 3, 4, 0, -2}, // 0x25 '%'
{8, 3, 3, 4, 0, -2}, // 0x26 '&'
{10, 1, 1, 3, 1, -2}, // 0x27 '''
{11, 2, 3, 3, 0, -2}, // 0x28 '('
{12, 2, 3, 4, 1, -2}, // 0x29 ')'
{13, 2, 2, 4, 1, -2}, // 0x2A '*'
{14, 3, 3, 4, 0, -2}, // 0x2B '+'
{16, 1, 2, 2, 0, 0}, // 0x2C ','
{17, 3, 1, 4, 0, -1}, // 0x2D '-'
{18, 1, 1, 2, 0, 0}, // 0x2E '.'
{19, 3, 3, 4, 0, -2}, // 0x2F '/'
{1, 8, 8, 8, 0, -22}, // 0x30 '0'
{9, 8, 8, 8, 0, -22}, // 0x31 '1'
{17, 8, 8, 8, 0, -22}, // 0x32 '2'
{25, 8, 8, 8, 0, -22}, // 0x33 '3'
{33, 8, 8, 8, 0, -22}, // 0x34 '4'
{41, 8, 8, 8, 0, -22}, // 0x35 '5'
{49, 8, 8, 8, 0, -22}, // 0x36 '6'
{57, 8, 8, 8, 0, -22}, // 0x37 '7'
{65, 8, 8, 8, 0, -22}, // 0x38 '8'
{73, 8, 8, 8, 0, -22}, // 0x39 '9'
{48, 1, 4, 2, 0, -4},
}; // 0x3A ':'
const GFXfont Tiny5pt7A PROGMEM = {(uint8_t *)Tiny5pt7ABitmaps,
(GFXglyph *)Tiny5pt7AGlyphs, 0x20, 0x3A, 6
};
// Approx. 814 bytes
1
https://gitee.com/hznupeter/weatherStation.git
git@gitee.com:hznupeter/weatherStation.git
hznupeter
weatherStation
weatherStation
main

搜索帮助