10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define randomTalisman_width 24
|
|
#define randomTalisman_height 24
|
|
static char randomTalisman_bits[] = {
|
|
0x00, 0x00, 0x00, 0xaa, 0xaa, 0x2a, 0xfc, 0xff, 0x7f, 0x06, 0x00, 0x20,
|
|
0x04, 0xe0, 0x61, 0x06, 0x10, 0x22, 0x04, 0x08, 0x64, 0x06, 0x08, 0x28,
|
|
0x84, 0x17, 0x68, 0x46, 0x38, 0x28, 0x44, 0xc0, 0x67, 0x46, 0x80, 0x20,
|
|
0x84, 0x80, 0x60, 0x06, 0x7f, 0x20, 0x04, 0x11, 0x60, 0x86, 0x24, 0x20,
|
|
0x84, 0x2e, 0x60, 0x86, 0x24, 0x20, 0x04, 0x11, 0x60, 0x06, 0x0e, 0x20,
|
|
0x04, 0x00, 0x60, 0xfe, 0xff, 0x3f, 0x54, 0x55, 0x55, 0x00, 0x00, 0x00};
|