#define disp_cur_width 16
#define disp_cur_height 16
#define disp_cur_x_hot 8
#define disp_cur_y_hot 8
static unsigned char disp_cur_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0xe0, 0x0f, 0x10, 0x11, 0x08, 0x21,
   0x08, 0x21, 0x08, 0x20, 0x7e, 0xfd, 0x08, 0x20, 0x08, 0x21, 0x08, 0x21,
   0x10, 0x11, 0xe0, 0x0f, 0x00, 0x01, 0x00, 0x01};
