10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_4_width 24
|
|
#define protection_4_height 24
|
|
static char protection_4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x63,0x00,0x80,0x80,0x00,
|
|
0x40,0x00,0x01,0x20,0x00,0x02,0x20,0x00,0x02,0x10,0x00,0x04,
|
|
0x10,0x08,0x04,0x10,0x00,0x04,0x20,0x00,0x02,0x20,0x00,0x02,
|
|
0x40,0x00,0x01,0x80,0x80,0x00,0x00,0x63,0x00,0x00,0x1c,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|