10 lines
522 B
Plaintext
10 lines
522 B
Plaintext
#define djinn_width 24
|
|
#define djinn_height 24
|
|
static char djinn_bits[] = {
|
|
0xe0, 0xc0, 0x03, 0xc0, 0xf9, 0x00, 0x80, 0xdf, 0x01, 0x80, 0xdf, 0x01,
|
|
0x00, 0xfe, 0x00, 0x80, 0x6b, 0x01, 0x80, 0xba, 0x02, 0x00, 0xd7, 0x03,
|
|
0x00, 0xdd, 0x06, 0x00, 0x7a, 0x05, 0x00, 0x93, 0x02, 0x00, 0x3c, 0x0b,
|
|
0x00, 0xe6, 0x05, 0x00, 0xbc, 0x04, 0x00, 0x29, 0x07, 0xb0, 0xc0, 0x02,
|
|
0x10, 0x38, 0x03, 0x18, 0xf0, 0x02, 0x70, 0x7b, 0x03, 0xe0, 0x8d, 0x01,
|
|
0x80, 0x7d, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|