-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathrre_digitssimple5x7bg.h
28 lines (22 loc) · 1.15 KB
/
rre_digitssimple5x7bg.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
#ifndef __font_digitssimple5x7bg_h__
#define __font_digitssimple5x7bg_h__
/*
*** Generated by rrefontgen by Pawel A. Hernik ***
Font: [digitssimple5x7bg] 5x7
Total chars: 23 ('0' to 'F')
Total rects: 39 * 2 bytes
Total pixels: 306 (0 overlapping)
Total bytes: 124 (78=rects + 46=offs)
Bitmap size: 115 (5x7 * 23) (+23 opt)
*/
const unsigned short fontdigitssimple5x7bg_Rects[39] PROGMEM = {
0x4211, 0x6100, 0x6103, 0x1310, 0x1341, 0x1340, 0x0030, 0x1310, 0x2201, 0x2340, 0x1340, 0x1311, 0x1241, 0x1311, 0x5310, 0x1241,
0x1211, 0x1211, 0x1340, 0x6100, 0x1002, 0x1052, 0x0032, 0x6103, 0x0160, 0x0163, 0x5400, 0x2440, 0x0030, 0x0034, 0x2400, 0x1450,
0x2020, 0x2024, 0x0021, 0x0023, 0x0041, 0x0043, 0x1400,
};
const unsigned short fontdigitssimple5x7bg_CharOffs[24] PROGMEM = {
0x0000, 0x0001, 0x0003, 0x0005, 0x0008, 0x000a, 0x000c, 0x000e, 0x000f, 0x0011, 0x0013, 0x0018, 0x001b, 0x001f, 0x0027, 0x0027,
0x0027, 0x0027, 0x0027, 0x0027, 0x0027, 0x0027, 0x0027, 0x0027,
};
RRE_Font rre_digitssimple5x7bg = { RRE_16B, 5,7, 0x30, 0x46, (const uint8_t*)fontdigitssimple5x7bg_Rects, (const uint16_t*)fontdigitssimple5x7bg_CharOffs };
#endif