#define cursor_f_sel_width 16
#define cursor_f_sel_height 16
#define cursor_f_sel_x_hot 2
#define cursor_f_sel_y_hot 2
static char cursor_f_sel_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x78, 0x00, 0x78, 0x00,
   0xf8, 0x00, 0xc8, 0x01, 0x80, 0x03, 0x00, 0x07, 0x00, 0x0e, 0x00, 0x1c,
   0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
