1#define up_width 15
2#define up_height 15
3static unsigned char up_bits[] = {
4   0xff, 0xff, 0x7f, 0xff, 0x3f, 0xfe, 0x9f, 0xfc, 0x4f, 0xf9, 0xa7, 0xf2,
5   0x53, 0xe5, 0x01, 0xc0, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe,
6   0x3f, 0xfe, 0x3f, 0xfe, 0xff, 0xff};
7