10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define Disorder_width 24
|
|
#define Disorder_height 24
|
|
static char Disorder_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xc1, 0x01,
|
|
0xc0, 0xf7, 0x01, 0x00, 0x7f, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x3e, 0x00,
|
|
0x00, 0x36, 0x00, 0x00, 0x77, 0x00, 0x00, 0x63, 0x00, 0x00, 0x63, 0x00,
|
|
0x00, 0x63, 0x00, 0x00, 0x63, 0x00, 0x00, 0x77, 0x00, 0x00, 0x36, 0x00,
|
|
0x00, 0x3e, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x7f, 0x00, 0xc0, 0xf7, 0x01,
|
|
0xc0, 0xc1, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|