10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define chalice2_width 24
|
|
#define chalice2_height 24
|
|
static char chalice2_bits[] = {
|
|
0x00, 0x00, 0x00, 0xc0, 0xff, 0x00, 0x70, 0x15, 0x03, 0xa8, 0x0a, 0x04,
|
|
0x78, 0x05, 0x01, 0xe8, 0x8a, 0x02, 0x88, 0x3f, 0x01, 0x10, 0x00, 0x00,
|
|
0x50, 0x00, 0x02, 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};
|