10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define confusion_width 24
|
|
#define confusion_height 24
|
|
static char confusion_bits[] = {
|
|
0x00,0x00,0x00,0x02,0x04,0x00,0x0c,0x08,0x20,0x00,0x10,0x40,
|
|
0x18,0x90,0x40,0x24,0x49,0x00,0x42,0x46,0x08,0x42,0x80,0x04,
|
|
0x00,0x02,0x03,0x00,0x01,0x00,0x80,0x00,0x00,0x80,0x00,0x00,
|
|
0x18,0x09,0x10,0x24,0x06,0x20,0x40,0x00,0x21,0x40,0x00,0x12,
|
|
0x20,0x00,0x0c,0x10,0x83,0x00,0x80,0x44,0x00,0x40,0x28,0x00,
|
|
0x48,0x20,0x00,0x88,0x40,0x42,0x04,0x80,0x31,0x00,0x00,0x00};
|