10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define Demonbane1_width 24
|
|
#define Demonbane1_height 24
|
|
static char Demonbane1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x00,0x38,
|
|
0x00,0x00,0x1c,0x00,0x00,0x0e,0x00,0x00,0x07,0x00,0x80,0x03,
|
|
0x00,0xc0,0x01,0x00,0xe0,0x00,0x00,0x70,0x00,0x00,0x3c,0x00,
|
|
0x00,0x3c,0x00,0x28,0x0f,0x00,0x38,0x0f,0x00,0xbc,0x03,0x00,
|
|
0xe0,0x01,0x00,0xe0,0x00,0x00,0xd0,0x07,0x00,0x38,0x03,0x00,
|
|
0x18,0x07,0x00,0x06,0x01,0x00,0x06,0x00,0x00,0x00,0x00,0x00};
|