#define right_curs_width 16
#define right_curs_height 16
#define right_curs_x_hot 14
#define right_curs_y_hot 7
static char right_curs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e,
   0xf8, 0x3f, 0xf8, 0x7f, 0xf8, 0x3f, 0x00, 0x1e, 0x00, 0x0e, 0x00, 0x06,
   0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
