arch/misc/Container/mailbox.111

10 lines
528 B
Plaintext

#define mailbox_width 24
#define mailbox_height 24
static char mailbox_bits[] = {
0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0xc0, 0x02, 0x00, 0x20, 0x0c, 0x00,
0x60, 0x11, 0x00, 0xa0, 0x60, 0x00, 0x60, 0x95, 0x00, 0xa0, 0x0a, 0x01,
0x40, 0x0d, 0x01, 0x80, 0x0a, 0x01, 0x00, 0x0d, 0x01, 0x00, 0x0b, 0x01,
0x00, 0xff, 0x01, 0x00, 0x0b, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0b, 0x00,
0x00, 0x0f, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0b, 0x00,
0x00, 0x0f, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00};