10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define blindness2_width 24
|
|
#define blindness2_height 24
|
|
static char blindness2_bits[] = {
|
|
0x47,0x15,0xc1,0xe7,0xfd,0x17,0x79,0x43,0x0f,0xd8,0xd7,0xfb,
|
|
0xd8,0xfb,0x3f,0xfd,0xbf,0x8f,0xfd,0xff,0xff,0xe4,0xff,0xdb,
|
|
0xbb,0xff,0x8f,0xfe,0xff,0x0f,0xf7,0xff,0x3f,0xe8,0xff,0x9f,
|
|
0xf0,0xff,0x37,0xd6,0xff,0xb7,0xeb,0xff,0xf7,0xee,0xff,0xff,
|
|
0xbc,0x7f,0xef,0xf0,0xff,0xc8,0xd5,0x6d,0xf7,0x7e,0xff,0xf5,
|
|
0xf0,0xad,0xb5,0xc1,0xb6,0xa3,0xa9,0xcb,0xfb,0xbd,0x3e,0xd9};
|