10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define demilich2_width 24
|
|
#define demilich2_height 24
|
|
static char demilich2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xef,0x01,0xc0,0xfb,0x03,
|
|
0xe0,0xfd,0x07,0xf0,0xff,0x07,0xf0,0xff,0x0e,0xe8,0x7f,0x0f,
|
|
0xd8,0xbf,0x0f,0x88,0x1f,0x0f,0x88,0x4f,0x0f,0x08,0x06,0x0f,
|
|
0x18,0x8f,0x0f,0xf0,0xfd,0x08,0xd0,0x59,0x07,0xe0,0x7a,0x07,
|
|
0xc0,0x5a,0x07,0xc0,0x1f,0x03,0x40,0x97,0x03,0x00,0x45,0x01,
|
|
0x80,0xe0,0x01,0x00,0xff,0x00,0x00,0x7e,0x00,0x00,0x00,0x00};
|