10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define excalibur_width 24
|
|
#define excalibur_height 24
|
|
static char excalibur_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x48, 0x00, 0x00, 0x44,
|
|
0x00, 0x00, 0x22, 0x00, 0x00, 0x15, 0x00, 0x80, 0x08, 0x00, 0x40, 0x05,
|
|
0x00, 0x20, 0x02, 0x00, 0x50, 0x01, 0x40, 0x88, 0x00, 0x40, 0x54, 0x00,
|
|
0x40, 0x22, 0x00, 0xc0, 0x15, 0x00, 0xc0, 0x08, 0x00, 0xc0, 0x05, 0x00,
|
|
0x60, 0x07, 0x00, 0xe0, 0x3f, 0x00, 0xf0, 0x00, 0x00, 0x38, 0x00, 0x00,
|
|
0x1e, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00};
|