10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define poly_width 24
|
|
#define poly_height 24
|
|
static char poly_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x0c,0x3c,0xfc,0x00,0x7e,0xfc,0x00,0x66,
|
|
0xcc,0x18,0x66,0xcc,0x3c,0x7e,0xfc,0x66,0x3c,0xfc,0x66,0x00,
|
|
0x00,0x3c,0x00,0x18,0x18,0x00,0x3c,0x00,0x7e,0x66,0x00,0x7e,
|
|
0x66,0x9e,0x66,0x3c,0xbf,0x66,0x18,0x33,0x7e,0x00,0x33,0x7e,
|
|
0x00,0x3f,0x00,0xfc,0x1e,0x00,0xfc,0x00,0x03,0xcc,0x80,0x07,
|
|
0xcc,0xcc,0x0c,0xfc,0xcc,0x4c,0xfc,0x80,0x47,0x00,0x00,0x03};
|