Files
2017-10-19 12:40:28 -04:00

22 lines
291 B
Plaintext

#define eight2_width 16
#define eight2_height 16
static char eight2_bits[] = {
0x30, 0x0c,
0x30, 0x0c,
0x30, 0x0c,
0x33, 0x8c,
0x3b, 0xc6,
0x18, 0xe6,
0xd8, 0x70,
0xdc, 0x31,
0x8c, 0x3b,
0x0e, 0x1b,
0x67, 0x18,
0x63, 0xdc,
0x31, 0xcc,
0x30, 0x0c,
0x30, 0x0c,
0x30, 0x0c,
};