1#define down_width 13
2#define down_height 13
3static unsigned char down_bits[] = {
4   0xf8, 0x03, 0x08, 0x02, 0x08, 0x02, 0x08, 0x02, 0x08, 0x02, 0x0f, 0x1e,
5   0x01, 0x10, 0x02, 0x08, 0x04, 0x04, 0x08, 0x02, 0x10, 0x01, 0xa0, 0x00,
6   0x40, 0x00};
7