1#define ne_mask_width 16
2#define ne_mask_height 16
3#define ne_mask_x_hot 12
4#define ne_mask_y_hot 3
5static unsigned char ne_mask_bits[] = {
6   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0xe0, 0xfc, 0xef, 0xfc, 0xef,
7   0xfc, 0xef, 0x80, 0xef, 0xc0, 0xef, 0xe0, 0xee, 0x70, 0xee, 0x38, 0xee,
8   0x1c, 0xee, 0x0c, 0xee, 0x00, 0xe0, 0x00, 0xe0};
9