1#define mark_bm_width 16
2#define mark_bm_height 16
3static char mark_bm_bits[] = {
4   0x00, 0xc0, 0x00, 0xe0, 0x00, 0x70, 0x06, 0x38, 0xfe, 0x3f, 0x1c, 0x2e,
5   0x3c, 0x27, 0xf4, 0x23, 0xe4, 0x21, 0xc4, 0x20, 0xfc, 0x3f, 0x00, 0x00,
6   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
7