1 #define check_mark_width 14
2 #define check_mark_height 14
3 static char check_mark_bits[] = {
4 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x04, 0x00, 0x06,
5 0x30, 0x02, 0x60, 0x03, 0x40, 0x01, 0xc0, 0x01, 0x80, 0x00, 0x00, 0x00,
6 0x00, 0x00, 0x00, 0x00};