10 lines
522 B
Plaintext
10 lines
522 B
Plaintext
#define djinn_width 24
|
|
#define djinn_height 24
|
|
static char djinn_bits[] = {
|
|
0x00, 0xf7, 0x01, 0x00, 0xf7, 0x03, 0x00, 0xfe, 0x01, 0x00, 0x55, 0x03,
|
|
0x00, 0xbf, 0x00, 0x00, 0xed, 0x03, 0x80, 0xba, 0x0a, 0x80, 0x6e, 0x01,
|
|
0xc0, 0xd7, 0x09, 0x40, 0x5d, 0x09, 0x80, 0x9e, 0x09, 0x20, 0x75, 0x10,
|
|
0xc0, 0x2a, 0x00, 0xa0, 0x7a, 0x20, 0x40, 0x2b, 0x20, 0xd0, 0x39, 0x00,
|
|
0xa0, 0x0f, 0x20, 0x00, 0x1c, 0x30, 0x80, 0xbd, 0x1d, 0x00, 0x63, 0x0f,
|
|
0x00, 0x7c, 0x03, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|