10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define talisman_width 24
|
|
#define talisman_height 24
|
|
static char talisman_bits[] = {
|
|
0x00, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x60, 0x30, 0x00, 0x20, 0xe0, 0x00,
|
|
0x30, 0x00, 0x03, 0x10, 0x00, 0x06, 0x18, 0x00, 0x0c, 0x08, 0x00, 0x08,
|
|
0x08, 0x00, 0x08, 0x18, 0x00, 0x08, 0x60, 0x00, 0x08, 0x40, 0x00, 0x06,
|
|
0x40, 0x00, 0x03, 0x80, 0x80, 0x01, 0x80, 0xe1, 0x00, 0x00, 0x3f, 0x00,
|
|
0x00, 0x1f, 0x00, 0x80, 0x31, 0x00, 0x80, 0x2e, 0x00, 0x80, 0x2e, 0x00,
|
|
0x80, 0x31, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00};
|