1#define down_width 15
2#define down_height 15
3#define down_x_hot -1
4#define down_y_hot -1
5static char down_bits[] = {
6   0xff, 0x7f, 0x01, 0x40, 0x02, 0x20, 0x02, 0x20, 0x04, 0x10, 0x04, 0x10,
7   0x08, 0x08, 0x08, 0x08, 0x10, 0x04, 0x10, 0x04, 0x20, 0x02, 0x20, 0x02,
8   0x40, 0x01, 0x40, 0x01, 0x80, 0x00};
9