#define disp_cur_mask_width 16
#define disp_cur_mask_height 16
#define disp_cur_mask_x_hot 8
#define disp_cur_mask_y_hot 8
static unsigned char disp_cur_mask_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0xe0, 0x0f, 0xf0, 0x1f, 0x18, 0x31, 0x0c, 0x61,
   0x0c, 0x61, 0x0c, 0x61, 0xfe, 0xff, 0x0c, 0x61, 0x0c, 0x61, 0x0c, 0x61,
   0x18, 0x31, 0xf0, 0x1f, 0xe0, 0x0f, 0x00, 0x01};
