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

25 lines
324 B
Plaintext

#define man4_width 16
#define man4_height 19
static char man4_bits[] = {
0x80, 0x03,
0xc0, 0x07,
0xc0, 0x07,
0xc0, 0x07,
0x80, 0x03,
0xe0, 0x00,
0xf0, 0x00,
0xf8, 0x00,
0x78, 0x00,
0x7c, 0x00,
0x7c, 0x00,
0xfc, 0x00,
0xfc, 0x00,
0x3c, 0x00,
0x3e, 0x00,
0x1e, 0x00,
0x0e, 0x00,
0x0e, 0x00,
0x3f, 0x00,
};