1#define down_width 16
2#define down_height 16
3static unsigned char down_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x10, 0x04, 0x10, 0x04, 0x10, 0x04,
5   0x10, 0x04, 0x1f, 0x7c, 0x02, 0x20, 0x04, 0x10, 0x08, 0x08, 0x10, 0x04,
6   0x20, 0x02, 0x40, 0x01, 0x80, 0x00, 0x00, 0x00};
7