1#define cross_width 15
2#define cross_height 15
3static char cross_bits[] = {
4   0x84, 0x10, 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
5   0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
6   0xff, 0x7f, 0x84, 0x10, 0x84, 0x10};
7