#define caret_width 12
#define caret_height 8
#define caret_x_hot 5
#define caret_y_hot 0
static char caret_bits[] = {
   0x00, 0x00, 0x60, 0x00, 0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0e, 0x07,
   0x04, 0x02, 0x00, 0x00};
