10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define poly_width 24
|
|
#define poly_height 24
|
|
static char poly_bits[] = {
|
|
0x00,0x04,0x00,0x00,0x04,0x18,0x78,0x00,0x3c,0xfc,0x00,0x66,
|
|
0xcc,0x3c,0x66,0xcc,0x7e,0x3c,0xfc,0x66,0x18,0x78,0x66,0x00,
|
|
0x00,0x7e,0x00,0x3c,0x3c,0x00,0x7e,0x00,0x3c,0x66,0x00,0x7e,
|
|
0x66,0x3f,0x66,0x7e,0xbf,0x67,0x3c,0x33,0x7e,0x00,0x33,0x3c,
|
|
0x00,0x3f,0x00,0x78,0x3f,0x00,0xfc,0x80,0x07,0xcc,0xc0,0x0f,
|
|
0xcc,0xcc,0x0c,0xfc,0xce,0xcc,0x78,0xc6,0x0f,0x00,0x80,0x07};
|