1#define up_width 16
2#define up_height 16
3static unsigned char up_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07,
5   0x70, 0x0e, 0x38, 0x1c, 0x1c, 0x38, 0x7e, 0x7e, 0x60, 0x06, 0x60, 0x06,
6   0x60, 0x06, 0xe0, 0x07, 0xe0, 0x07, 0x00, 0x00};
7