10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_3_width 24
|
|
#define protection_3_height 24
|
|
static char protection_3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x36,0x00,0x80,0xc0,0x00,0x40,0x00,0x01,0x20,0x00,0x02,
|
|
0x10,0x00,0x04,0x10,0x00,0x00,0x08,0x00,0x08,0x08,0x00,0x08,
|
|
0x00,0x00,0x00,0x08,0x00,0x08,0x08,0x00,0x08,0x00,0x00,0x04,
|
|
0x10,0x00,0x04,0x20,0x00,0x02,0x40,0x00,0x01,0x80,0x81,0x00,
|
|
0x00,0x36,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|