1#define tickbox_off_width 16
2#define tickbox_off_height 16
3static unsigned char tickbox_off_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0xfe, 0x3f, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20,
5   0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20,
6   0x02, 0x20, 0x02, 0x20, 0xfe, 0x3f, 0x00, 0x00};
7