10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define reflector_3_width 24
|
|
#define reflector_3_height 24
|
|
static char reflector_3_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,0x90,0x03,0x20,0x10,0x03,0x10,0x6c,0x07,0x10,0x10,0x07,
|
|
0x10,0x10,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};
|