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, 0x70, 0x3b, 0x00, 0x7e,
|
|
0xff, 0xc1, 0x7f, 0xfe, 0xc1, 0x3e, 0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f,
|
|
0xfc, 0xff, 0x1f, 0xfc, 0xff, 0x1f, 0xf8, 0xff, 0x0f, 0xf8, 0xf7, 0x0f,
|
|
0xf0, 0xe3, 0x07, 0x30, 0x1c, 0x06, 0xc0, 0xf7, 0x01, 0xe8, 0xe3, 0x0b,
|
|
0x40, 0x36, 0x01, 0xe8, 0xff, 0x0b, 0xc0, 0x9c, 0x01, 0xe0, 0xf7, 0x03,
|
|
0xc8, 0x94, 0x09, 0xe0, 0xf7, 0x03, 0xd0, 0xff, 0x05, 0x70, 0x1c, 0x07};
|