10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define reflector_2_width 24
|
|
#define reflector_2_height 24
|
|
static char reflector_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x1c,0x00,0x00,0x73,0x00,0xc0,0xc0,0x01,0x40,0x80,0x01,
|
|
0x20,0x80,0x03,0x20,0x10,0x03,0x10,0x28,0x07,0x10,0x10,0x07,
|
|
0x10,0x00,0x07,0x20,0x00,0x03,0x20,0x80,0x03,0x40,0x80,0x01,
|
|
0xc0,0xc0,0x01,0x00,0x73,0x00,0x00,0x1c,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|