10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define platemail_width 24
|
|
#define platemail_height 24
|
|
static char platemail_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0xfc,0x80,0x1f,0xf8,0xe3,0x0f,0xf0,0xff,0x07,
|
|
0xf0,0xff,0x07,0xf0,0xff,0x07,0xf0,0xff,0x07,0xe0,0xf7,0x03,
|
|
0x40,0x2a,0x01,0xc0,0xff,0x01,0x40,0x5d,0x01,0xc0,0xff,0x01,
|
|
0x80,0xdd,0x00,0xc0,0xf7,0x01,0xc0,0xff,0x01,0xc0,0xff,0x01,
|
|
0xc0,0xff,0x01,0xc0,0x88,0x01,0x00,0x00,0x00,0x00,0x00,0x00};
|