10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define Pdragonmail_width 24
|
|
#define Pdragonmail_height 24
|
|
static unsigned char Pdragonmail_bits[] = {
|
|
0x01, 0x00, 0x40, 0x03, 0x00, 0x60, 0x07, 0x00, 0x50, 0x3b, 0x00, 0x7e,
|
|
0xff, 0xc1, 0x7f, 0xbe, 0xc1, 0x3e, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f,
|
|
0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0xf8, 0xf7, 0x0f, 0xf8, 0xe3, 0x0f,
|
|
0xf0, 0xc1, 0x07, 0x30, 0x1c, 0x06, 0xc4, 0xf7, 0x11, 0xe0, 0xe3, 0x03,
|
|
0x40, 0x63, 0x01, 0xe4, 0xf7, 0x13, 0x40, 0x3e, 0x01, 0xe0, 0xff, 0x03,
|
|
0x44, 0x3e, 0x11, 0xe0, 0xf7, 0x03, 0xd0, 0xf7, 0x05, 0x70, 0x1c, 0x07};
|