10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define lord_e_width 24
|
|
#define lord_e_height 24
|
|
static char lord_e_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x1b, 0x00,
|
|
0x00, 0x3b, 0x00, 0x80, 0x6e, 0x00, 0x40, 0xa5, 0x00, 0x40, 0xa1, 0x00,
|
|
0xc0, 0xf5, 0x00, 0x40, 0x9a, 0x00, 0x80, 0x55, 0x00, 0x00, 0x2b, 0x00,
|
|
0x00, 0x7d, 0x00, 0x80, 0xa0, 0x00, 0x00, 0x75, 0x01, 0x80, 0x88, 0x01,
|
|
0x00, 0xdd, 0x03, 0x80, 0xa8, 0x06, 0x00, 0x77, 0x0c, 0x00, 0x77, 0x08,
|
|
0x00, 0x77, 0x00, 0x00, 0x77, 0x00, 0x80, 0xf7, 0x00, 0xc0, 0xe3, 0x01};
|