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

22 lines
291 B
Plaintext

#define eight1_width 16
#define eight1_height 16
static char eight1_bits[] = {
0x18, 0x18,
0x18, 0x18,
0x18, 0x0c,
0x1b, 0x8c,
0x1b, 0xc6,
0x58, 0xe6,
0xd8, 0x70,
0xdc, 0x31,
0x8c, 0x3b,
0x0e, 0x1b,
0x67, 0x1a,
0x63, 0xd8,
0x31, 0xd8,
0x30, 0x18,
0x18, 0x18,
0x18, 0x18,
};