10 lines
521 B
Plaintext
10 lines
521 B
Plaintext
#define Man_width 24
|
|
#define Man_height 24
|
|
static char Man_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x7e, 0x00, 0x00, 0xe7, 0x00,
|
|
0x00, 0xc3, 0x00, 0x00, 0xc3, 0x00, 0x00, 0xe7, 0x00, 0x00, 0x7e, 0x00,
|
|
0x00, 0x3c, 0x00, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f, 0x00, 0x18, 0x00,
|
|
0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x7e, 0x00, 0x80, 0xff, 0x01,
|
|
0xc0, 0xc3, 0x03, 0xe0, 0x00, 0x07, 0x70, 0x00, 0x0e, 0x30, 0x00, 0x0c,
|
|
0x38, 0x00, 0x1c, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x00, 0x00, 0x00};
|