1#define cdiag_width 16
2#define cdiag_height 16
3static unsigned char cdiag_bits[] = {
4   0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18, 0x18, 0x18, 0x24, 0x24,
5   0x42, 0x42, 0x81, 0x81, 0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18,
6   0x18, 0x18, 0x24, 0x24, 0x42, 0x42, 0x81, 0x81};
7