#define textline_width 16
#define textline_height 16
#define textline_x_hot 7
#define textline_y_hot 11
static char textline_bits[] = {
   0x30, 0x06, 0x40, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0xf0, 0x07,
   0x80, 0x00, 0x80, 0x00, 0x40, 0x01, 0x30, 0x06};
