1#define copym_width 16
2#define copym_height 16
3#define copym_x_hot 7
4#define copym_y_hot 7
5static unsigned char copym_bits[] = {
6   0xff, 0x07, 0xff, 0x07, 0xff, 0x07, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff,
7   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
8   0xe0, 0xff, 0xe0, 0xff, 0xe0, 0xff, 0xe0, 0xff};
9