1#define currear_width 16
2#define currear_height 16
3#define currear_x_hot 7
4#define currear_y_hot 7
5static char currear_bits[] = {
6   0x80, 0x00, 0x80, 0x00, 0x84, 0x10, 0x88, 0x08, 0x90, 0x04, 0xa0, 0x02,
7   0xc0, 0x01, 0x7f, 0x7f, 0xc0, 0x01, 0xa0, 0x02, 0x90, 0x04, 0x88, 0x08,
8   0x84, 0x10, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00};
9