1#define grip0_width 16
2#define grip0_height 16
3#define grip0_x_hot 2
4#define grip0_y_hot 4
5static unsigned char grip0_bits[] = {
6   0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x1f,
7   0xf8, 0x3f, 0xf0, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0xff, 0xf8, 0xff,
8   0xf8, 0xff, 0xf0, 0xff, 0xe0, 0xff, 0x00, 0x7e};
9