#define caretMask_width 12
#define caretMask_height 8
static char caretMask_bits[] = {
   0xf0, 0x00, 0x98, 0x01, 0x0c, 0x03, 0x06, 0x06, 0x63, 0x0c, 0xf1, 0x08,
   0x9b, 0x0d, 0x0e, 0x07};
