#define cursor_width 16
#define cursor_height 16
#define cursor_x_hot 8
#define cursor_y_hot 7
static char cursor_bits[] = {
   0x00, 0x00, 0x80, 0x03, 0x40, 0x05, 0x00, 0x01, 0x00, 0x01, 0x88, 0x23,
   0x44, 0x44, 0x7c, 0x7d, 0x44, 0x44, 0x88, 0x23, 0x00, 0x01, 0x00, 0x01,
   0x40, 0x05, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00};
