10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define protector_width 24
|
|
#define protector_height 24
|
|
static char protector_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0xff,0x07,0x10,0x00,0x04,
|
|
0xd0,0xff,0x05,0xd0,0xf7,0x05,0xd0,0xeb,0x05,0xd0,0x88,0x05,
|
|
0xd0,0xff,0x05,0xa0,0x88,0x02,0xa0,0xeb,0x02,0xa0,0xeb,0x02,
|
|
0xa0,0xeb,0x02,0x40,0x6b,0x01,0x40,0x6b,0x01,0x40,0x77,0x01,
|
|
0x80,0xb6,0x00,0x80,0xbe,0x00,0x00,0x5d,0x00,0x00,0x5d,0x00,
|
|
0x00,0x2a,0x00,0x00,0x14,0x00,0x00,0x08,0x00,0x00,0x00,0x00};
|