#define cursor_anchor_width 21
#define cursor_anchor_height 21
#define cursor_anchor_x_hot 10
#define cursor_anchor_y_hot 10
static char cursor_anchor_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00,
   0xf0, 0xff, 0x01, 0x10, 0x04, 0x01, 0x10, 0x04, 0x01, 0x10, 0x04, 0x01,
   0x10, 0x04, 0x01, 0x10, 0x04, 0x01, 0xfe, 0xff, 0x0f, 0x10, 0x04, 0x01,
   0x10, 0x04, 0x01, 0x10, 0x04, 0x01, 0x10, 0x04, 0x01, 0x10, 0x04, 0x01,
   0xf0, 0xff, 0x01, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x00,
   0x00, 0x00, 0x00};
