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