1#define fliph_width 16
2#define fliph_height 16
3static unsigned char fliph_bits[] = {
4   0x00, 0x01, 0x80, 0x01, 0x40, 0x01, 0x20, 0x3f, 0x10, 0x20, 0x08, 0x20,
5   0xfc, 0x3f, 0x00, 0x00, 0xfc, 0x3f, 0x04, 0x10, 0x04, 0x08, 0xfc, 0x04,
6   0x80, 0x02, 0x80, 0x01, 0x80, 0x00, 0x00, 0x00};
7