10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define dragehode2_width 24
|
|
#define dragehode2_height 24
|
|
static char dragehode2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x21,0x00,0x80,0x18,0x00,0xe0,0x07,0xfe,
|
|
0xbc,0x01,0xfc,0xfe,0x03,0xfc,0xe0,0x07,0xfc,0x7c,0x3f,0x1e,
|
|
0x00,0xfe,0xff,0x00,0xfc,0xff,0x00,0xff,0xff,0xfe,0xef,0xff,
|
|
0xfa,0xf7,0xe7,0x0e,0xf8,0xfb,0x00,0xfc,0xfd,0x00,0x1f,0x7e,
|
|
0xfe,0x07,0xbf,0xfa,0x80,0x8f,0x0e,0x80,0x03,0x00,0x80,0x01,
|
|
0x00,0x80,0x01,0x00,0xc0,0x01,0x00,0xf0,0x03,0x00,0x00,0x00};
|