#define dispay_cursor_width 16
#define dispay_cursor_height 16
#define dispay_cursor_x_hot 7
#define dispay_cursor_y_hot 7
static char dispay_cursor_bits[] = {
   0xc0, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0xc0, 0x01, 0x20, 0x02,
   0x11, 0x44, 0x1f, 0x7c, 0x11, 0x44, 0x20, 0x02, 0xc0, 0x01, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0xc0, 0x01, 0x00, 0x00};
