10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define ninja3_width 24
|
|
#define ninja3_height 24
|
|
static char ninja3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xe0,0x00,0x00,0xf0,0x01,0x03,0xc0,0x01,
|
|
0x03,0xf0,0x01,0x02,0xe0,0x00,0x02,0xf8,0x1f,0x04,0xfc,0x21,
|
|
0x04,0xfe,0x40,0x1c,0xff,0x4c,0xfc,0xf3,0x4c,0xe0,0xf1,0x40,
|
|
0x00,0xf0,0x21,0x00,0xf8,0x1f,0x00,0xf8,0x07,0x00,0xbc,0x07,
|
|
0x00,0x1e,0x0f,0x00,0x0e,0x0e,0x00,0x07,0x1c,0x00,0x03,0x18,
|
|
0x00,0x03,0x38,0x00,0x03,0x30,0x80,0x03,0x70,0x00,0x00,0x00};
|