9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
#define GreatDemon_width 24
|
|
#define GreatDemon_height 24
|
|
static char GreatDemon_bits[] = {
|
|
0xff,0x3e,0xf0,0x5f,0x1e,0xc0,0x7f,0x17,0xf0,0x7d,0x1f,0xfc,0xf8,0x3f,0xff,
|
|
0xf0,0xdf,0x7f,0xc0,0xfb,0x1f,0x02,0xe0,0x07,0x08,0x00,0x20,0x20,0x09,0x00,
|
|
0x00,0x20,0x09,0x04,0x00,0x20,0x90,0x04,0x00,0x00,0x40,0x09,0x84,0x08,0x40,
|
|
0x10,0x00,0x02,0x40,0x44,0x10,0x02,0x01,0x00,0x08,0x20,0x22,0x20,0x84,0x00,
|
|
0x80,0x00,0x10,0x02,0x10,0x42,0x10,0x42,0x00,0x40,0x00,0x08};
|