10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define reflector_1_width 24
|
|
#define reflector_1_height 24
|
|
static char reflector_1_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,0x00,0x03,0x10,0x10,0x07,0x10,0x00,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};
|