10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define amulet_width 24
|
|
#define amulet_height 24
|
|
static char amulet_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7e,0x00,0x80,0x81,0x00,0x40,0x60,0x00,
|
|
0x40,0x1c,0x00,0x80,0x02,0x00,0x00,0x03,0x00,0x00,0x0d,0x00,
|
|
0x80,0xf0,0x00,0x80,0x00,0x03,0x00,0x01,0x04,0x00,0x02,0x03,
|
|
0x00,0xcc,0x00,0x00,0x30,0x00,0x00,0x78,0x00,0x00,0xc4,0x00,
|
|
0x00,0xf2,0x01,0x00,0x6a,0x01,0x00,0x5a,0x01,0x00,0x3e,0x01,
|
|
0x00,0x8c,0x00,0x00,0x78,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|