1#define watch_msk_width 16
2#define watch_msk_height 16
3#define watch_msk_x_hot 7
4#define watch_msk_y_hot 7
5static unsigned char watch_msk_bits[] = {
6   0xe0, 0x63, 0xf8, 0xef, 0xfc, 0xdf, 0xfe, 0xbf, 0xfe, 0x7f, 0xff, 0x7f,
7   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfe, 0x7f,
8   0xfc, 0x7f, 0xf8, 0x3f, 0xf0, 0x1f, 0xc0, 0x07};
9