10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define vampire1_width 24
|
|
#define vampire1_height 24
|
|
static char vampire1_bits[] = {
|
|
0x00,0xf8,0x00,0x00,0x9c,0x01,0x00,0x3c,0x01,0x00,0x3c,0x01,
|
|
0x00,0x9e,0x01,0x00,0x7b,0x00,0x80,0x57,0x01,0x80,0xff,0x03,
|
|
0xc0,0xff,0x01,0xc0,0xff,0x01,0xc0,0xff,0x03,0xe0,0x3f,0x07,
|
|
0xe0,0x5f,0x0e,0xe0,0x6f,0x04,0xe0,0x7f,0x00,0xe0,0x77,0x00,
|
|
0xf0,0x7b,0x00,0xf0,0x6f,0x00,0xf0,0x6d,0x00,0xe0,0x6d,0x00,
|
|
0xe0,0x6d,0x00,0xe0,0xec,0x00,0x40,0x0e,0x00,0x00,0x00,0x00};
|