10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_6_width 24
|
|
#define protection_6_height 24
|
|
static char protection_6_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x00,
|
|
0x00,0x77,0x00,0x80,0xc1,0x00,0x80,0x88,0x00,0xc0,0x88,0x01,
|
|
0x40,0x3e,0x01,0xc0,0x88,0x01,0x80,0x88,0x00,0x80,0xc1,0x00,
|
|
0x00,0x77,0x00,0x00,0x1c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|