10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define dragonmail_width 24
|
|
#define dragonmail_height 24
|
|
static char dragonmail_bits[] = {
|
|
0x00,0x00,0x00,0x01,0x00,0x40,0x03,0x00,0x60,0x0e,0x00,0x38,
|
|
0x7e,0x00,0x3f,0xfc,0xc1,0x1f,0xfc,0xff,0x1f,0xf8,0xff,0x0f,
|
|
0xf8,0xff,0x0f,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0xf0,0xf7,0x07,
|
|
0xf0,0xeb,0x07,0x20,0x1c,0x02,0xc0,0xf7,0x01,0xe0,0xe3,0x03,
|
|
0x40,0x77,0x01,0xe0,0xf7,0x03,0x40,0x3e,0x01,0xe0,0xff,0x03,
|
|
0x40,0x3e,0x01,0xe0,0xf7,0x03,0xd0,0xf7,0x05,0x70,0x1c,0x07};
|