10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define ringmail_width 24
|
|
#define ringmail_height 24
|
|
static char ringmail_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5a, 0x00, 0xc0, 0xc3, 0x03,
|
|
0x70, 0xa6, 0x0d, 0x68, 0x59, 0x16, 0x94, 0x65, 0x39, 0x5c, 0x96, 0x25,
|
|
0x66, 0x59, 0x56, 0xd6, 0x65, 0x5b, 0x79, 0x96, 0xa5, 0x26, 0x59, 0x76,
|
|
0xd8, 0x65, 0x1b, 0x40, 0x96, 0x02, 0x40, 0x59, 0x02, 0xc0, 0x65, 0x03,
|
|
0x60, 0x96, 0x03, 0x60, 0x59, 0x02, 0xa0, 0x65, 0x07, 0x60, 0x96, 0x04,
|
|
0x20, 0xd9, 0x06, 0xc0, 0x25, 0x07, 0x00, 0xfe, 0x00, 0x00, 0x00, 0x00};
|