#define cursor_width 5
#define cursor_height 5
#define cursor_x_hot 2
#define cursor_y_hot 2
static char cursor_bits[] = {
   0x04, 0x04, 0x1b, 0x04, 0x04};
