1#define annot_width 15
2#define annot_height 15
3static unsigned char annot_bits[] = {
4   0x00, 0x00, 0x80, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0xa0, 0x03, 0xa0, 0x03,
5   0x10, 0x07, 0x10, 0x07, 0x08, 0x0f, 0xf8, 0x0f, 0x04, 0x1e, 0x04, 0x1c,
6   0x02, 0x3c, 0x07, 0x7e, 0x00, 0x00};
7