10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define cancellation_width 24
|
|
#define cancellation_height 24
|
|
static char cancellation_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x10,0x30,0x00,0x70,0x20,0x00,0xc0,0x2c,0x01,0x00,0x21,0x00,
|
|
0x20,0x27,0x10,0x20,0xfe,0x0f,0x08,0x1c,0x00,0xfc,0xbf,0x00,
|
|
0x06,0x74,0x00,0x40,0x8b,0x01,0x00,0x19,0x02,0x80,0x11,0x06,
|
|
0x40,0x24,0x04,0x40,0x60,0x00,0x60,0x40,0x00,0x20,0x40,0x00,
|
|
0x20,0x00,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|