10 lines
519 B
Plaintext
10 lines
519 B
Plaintext
#define monk_width 24
|
|
#define monk_height 24
|
|
static char monk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x98, 0x02, 0x00, 0xbc, 0x03,
|
|
0x00, 0x3c, 0x03, 0x00, 0x34, 0x05, 0x00, 0x24, 0x05, 0x00, 0xdc, 0x05,
|
|
0x00, 0x27, 0x06, 0x80, 0x98, 0x03, 0x80, 0x82, 0x00, 0xc0, 0xc2, 0x00,
|
|
0x60, 0xc3, 0x00, 0xd0, 0x7e, 0x00, 0x70, 0xca, 0x00, 0x00, 0x81, 0x00,
|
|
0x80, 0xe0, 0x00, 0x80, 0xa3, 0x00, 0x80, 0xbe, 0x01, 0x00, 0x45, 0x01,
|
|
0x00, 0xc5, 0x01, 0x80, 0xc7, 0x01, 0x80, 0xc3, 0x00, 0x00, 0x00, 0x00};
|