#define kill_width 16
#define kill_height 16
static unsigned char kill_bits[] = {
   0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xe0, 0x07, 0xb0, 0x0d, 0x98, 0x19,
   0xc8, 0x13, 0x7e, 0x7e, 0x7e, 0x7e, 0xc8, 0x13, 0x98, 0x19, 0xb0, 0x0d,
   0xe0, 0x07, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};
