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,0xc0,0x81,0x03,0xf8,0x81,0x1f,
|
|
0x1e,0xff,0x78,0x06,0x3c,0x60,0x06,0x00,0x60,0x04,0x00,0x20,
|
|
0x0c,0x18,0x30,0x18,0x24,0x18,0xf0,0xc3,0x0f,0x30,0x00,0x0c,
|
|
0x20,0x00,0x04,0x60,0x81,0x06,0x60,0x66,0x06,0x60,0x81,0x06,
|
|
0x60,0x66,0x06,0x60,0x81,0x06,0x60,0x00,0x06,0x60,0xe7,0x06,
|
|
0xe0,0x18,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|