10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_2_width 24
|
|
#define protection_2_height 24
|
|
static char protection_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x16,0x00,
|
|
0x80,0xc0,0x00,0x20,0x00,0x01,0x10,0x00,0x04,0x10,0x00,0x00,
|
|
0x00,0x00,0x08,0x08,0x00,0x00,0x04,0x00,0x10,0x04,0x00,0x10,
|
|
0x00,0x00,0x00,0x04,0x00,0x10,0x04,0x00,0x10,0x00,0x00,0x08,
|
|
0x08,0x00,0x00,0x10,0x00,0x04,0x10,0x00,0x00,0x40,0x00,0x03,
|
|
0x00,0x81,0x00,0x00,0x36,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|