1#define cross_width 16
2#define cross_height 16
3static unsigned char cross_bits[] = {
4  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF, 0x08, 0x08, 0x08, 0x08,
5  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF,
6  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, };
7