10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define chalice3_width 24
|
|
#define chalice3_height 24
|
|
static char chalice3_bits[] = {
|
|
0x00, 0x00, 0x00, 0xc0, 0xff, 0x00, 0x70, 0x15, 0x00, 0xa8, 0x0a, 0x05,
|
|
0x78, 0x05, 0x01, 0xe8, 0xca, 0x06, 0x88, 0x1f, 0x01, 0x10, 0x00, 0x01,
|
|
0x50, 0x00, 0x00, 0x50, 0x00, 0x02, 0x20, 0x00, 0x01, 0xa0, 0x40, 0x01,
|
|
0xa0, 0x40, 0x01, 0x40, 0xa1, 0x00, 0x40, 0x80, 0x00, 0x80, 0x61, 0x00,
|
|
0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x12, 0x00,
|
|
0xc0, 0xf3, 0x00, 0x20, 0x12, 0x01, 0x60, 0x80, 0x01, 0x80, 0x7f, 0x00};
|