10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define Demonbane5_width 24
|
|
#define Demonbane5_height 24
|
|
static char Demonbane5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x00,0x38,
|
|
0x00,0x00,0x1c,0x00,0x00,0x0e,0x00,0x80,0x07,0x00,0xc0,0x02,
|
|
0x00,0x40,0x03,0x00,0xe0,0x01,0x00,0x70,0x00,0x00,0x3c,0x00,
|
|
0x04,0x3c,0x00,0x68,0x0f,0x00,0x38,0x0f,0x00,0xbc,0x03,0x00,
|
|
0xe0,0x01,0x00,0xe0,0x04,0x00,0xd0,0x07,0x00,0x38,0x03,0x00,
|
|
0x18,0x07,0x00,0x06,0x09,0x00,0x06,0x00,0x00,0x00,0x00,0x00};
|