#define horiz_width 16
#define horiz_height 16
#define horiz_x_hot 7
#define horiz_y_hot 8
static char horiz_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x90, 0x04, 0x98, 0x0c,
   0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfc, 0x1f, 0x98, 0x0c, 0x90, 0x04,
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00};
