1#define qdown_width 16
2#define qdown_height 16
3#define qdown_x_hot 8
4#define qdown_y_hot 8
5static char qdown_bits[] = {
6   0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01,
7   0x80, 0x01, 0x80, 0x01, 0xc0, 0x00, 0x60, 0x00, 0x30, 0x18, 0x30, 0x18,
8   0x30, 0x18, 0x60, 0x0c, 0xc0, 0x07, 0x00, 0x00};
9