-
Notifications
You must be signed in to change notification settings - Fork 41
/
fonts.h
31 lines (28 loc) · 2.16 KB
/
fonts.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef __FONTS_H__
#define __FONTS_H__
const uint8_t font_seg_big[422] U8G2_FONT_SECTION("font_seg_big") =
"\13\2\4\4\5\5\1\1\6\20\30\0\0\30\371\33\370\0\0\0\0\1\211 \12\20\17\77\374\377\377K"
"\0\60\65\20\17[It\312\210\24\42\65h\30\231ad\206\221\31\67\204\334\20rC\310\15!\67\204"
"\334\20rc\206\221\31Ff\30\231adH\215\42RJ\35\322R\0\61\20\20\17\247\330\222\347\262\33"
"B\230\376\377+\0\62!\20\17\227\311d\252\212\24\32E\206\30\21bD\210\21\36=\230,\341\301d"
"iL\226\306m\272\0\63)\20\17\227It\252\212\24\32\66\206\330\30b\243'&x\262\354\341\322\243"
"\11\23!F\204\30\21b\203\310\24Z\226\322\24\0\64#\20\17'a\262\225Z\71b \211\201C\306"
"\215\31\67f\330\240a\203FMDj\320\213OG\317\33\0\65!\20\17\323\42\216F\317\213r\312V"
"\21)M\230\364l\306\215\31F\206\24!\62\244\226\245,\5\0\66.\20\17\347P\223\7O\222%<"
"\230\360\220b#N\61*C\210\24\231ad\306\215\31\67f\334\230qcH\221!E\250\10\61u("
"K\1\67\36\20\17\207\23\257\7\217\36Lx\364`\302\203\11\217\36Lx\60\305\203\11\17\246\226$\0"
"\70\62\20\17\227\311d\252\212\24\42\65h\330\240a\203\206\15\42\65\212\14\261\204\7\223\221!Dj\320"
"\60\62\343\306\214\33\63\214\14)\62eH-Kh\12\0\71,\20\17WQt\252\212\220\42Dh\330"
"\30bc\210\21!F\204\30\21bdH\221!T\210\263\22\243\7\23\36L\322\340I\243\4\1\0\0"
"\0\4\377\377\0";
const uint8_t font_seg_mid[258] U8G2_FONT_SECTION("font_seg_mid") =
"\13\2\4\3\4\4\1\1\5\13\15\0\0\15\374\16\374\0\0\0\0\0\345 \7\333\357\307\77\4\60\33"
"\333\357\251:\222\31\31\22\221\22\221\22\221\22\221\22\221\22\31\222\221\231\271\252\1\61\14\333o\213#+"
"\13\221\324\77\2\62\22\333\357\251\272Y\42%)(\70\267\273\203\211\203\1\63\25\333\357\251\272Y\42%"
"\70EW\71)\42%\62\63sU\3\64\30\333o\33\234#\223\220\232\220\22\21\222Q$s\60q\60"
"'\251\4\0\65\31\333o\71\210\71\210\221\224<:\210\21\222\34\34\21\222\21\222\71\210\242\1\66\31\333"
"\357\32\253\32\24<\210\71\20\31\22\31\22\31\22\31\222\21\222\71\243\1\67\24\333\357\70\230\70\220\24\224"
"\24\224\24\224\24\34\24\234\33\3\70\30\333\357\251\272Y\62$#\63dt\63\243JDJdH\346\252"
"\6\0\71\30\333\357\251\272Y\42%\42%\42%\62\63s\20%\42\70\67U\66\5\0\0\0\4\377\377"
"\0";
#endif // __FONTS_H__