#define vert_width 16
#define vert_height 16
#define vert_x_hot 7
#define vert_y_hot 7
static char vert_bits[] = {
   0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xc0, 0x03,
   0xc0, 0x03, 0xfe, 0x7f, 0xc0, 0x03, 0xc0, 0x03, 0xf0, 0x0f, 0xe0, 0x07,
   0xc0, 0x03, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00};
