1#define hand0_width 16
2#define hand0_height 16
3#define hand0_x_hot 2
4#define hand0_y_hot 4
5static unsigned char hand0_bits[] = {
6   0x3f, 0x00, 0xff, 0x07, 0xff, 0x0f, 0xfe, 0x1f, 0xfc, 0x3f, 0xfc, 0x7f,
7   0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0xff, 0xfc, 0xff,
8   0xfc, 0xff, 0xf0, 0xff, 0xe0, 0xff, 0x00, 0x7e};
9