10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define protection_7_width 24
|
|
#define protection_7_height 24
|
|
static char protection_7_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x80,0x9c,0x00,
|
|
0x00,0x7f,0x00,0x00,0x6b,0x00,0x80,0xc9,0x00,0xc0,0xff,0x01,
|
|
0x80,0xc9,0x00,0x00,0x6b,0x00,0x00,0x7f,0x00,0x80,0x9c,0x00,
|
|
0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|