10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_5_width 24
|
|
#define protection_5_height 24
|
|
static char protection_5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x3e,0x00,0x80,0xc1,0x00,0xc0,0x80,0x01,
|
|
0x40,0x00,0x01,0x20,0x00,0x02,0x20,0x08,0x02,0x20,0x1c,0x02,
|
|
0x20,0x08,0x02,0x20,0x00,0x02,0x40,0x00,0x01,0xc0,0x80,0x01,
|
|
0x80,0xc1,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|