10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define light_guard_width 24
|
|
#define light_guard_height 24
|
|
static char light_guard_bits[] = {
|
|
0x48,0x00,0x00,0x5c,0x02,0x00,0xfe,0x09,0x00,0xfe,0x1c,0x00,
|
|
0x5c,0x22,0x00,0x48,0x94,0x0f,0x40,0xfc,0x18,0x40,0x7e,0x10,
|
|
0xc0,0x77,0x12,0xc0,0x63,0x15,0x60,0x77,0x12,0x60,0x77,0x10,
|
|
0xc0,0xf7,0x18,0x40,0xbf,0x0d,0x40,0x3e,0x07,0x40,0x3e,0x00,
|
|
0x40,0x1e,0x00,0x40,0x14,0x00,0x40,0x14,0x00,0x40,0x14,0x00,
|
|
0x40,0x14,0x00,0x40,0x14,0x00,0x40,0x36,0x00,0x40,0x77,0x00};
|