10 lines
518 B
Plaintext
10 lines
518 B
Plaintext
#define monk_width 24
|
|
#define monk_height 24
|
|
static char monk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00,
|
|
0x00, 0x12, 0x00, 0x00, 0x12, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x77, 0x00,
|
|
0x80, 0x88, 0x00, 0xc0, 0xa2, 0x00, 0x40, 0xa2, 0x01, 0x40, 0x77, 0x01,
|
|
0xe0, 0xbe, 0x02, 0x60, 0xa1, 0x03, 0x60, 0x41, 0x03, 0x00, 0x41, 0x00,
|
|
0x00, 0x63, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x5d, 0x00, 0x00, 0x55, 0x00,
|
|
0x00, 0x77, 0x00, 0x00, 0xf7, 0x00, 0x00, 0xe7, 0x00, 0x00, 0x00, 0x00};
|