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,0x0c,0x06,0x00,0x10,0x09,0x20,0x80,0x00,0x23,
|
|
0x80,0x80,0x44,0x00,0x41,0x08,0x42,0x02,0x08,0x42,0x00,0x04,
|
|
0x24,0x06,0x00,0x18,0x09,0x00,0x00,0x10,0x00,0x00,0x10,0x0c,
|
|
0x08,0x08,0x12,0x04,0x04,0x21,0x02,0x00,0x01,0x02,0x00,0x02,
|
|
0x24,0x00,0x00,0x18,0x80,0x01,0x00,0x44,0x02,0x00,0x08,0x04,
|
|
0x4c,0x08,0x24,0x82,0x04,0x12,0x00,0x03,0x11,0x00,0x00,0x00};
|