#define cross_width 15
#define cross_height 15
static char cross_bits[] = {
   0x03, 0x60, 0x07, 0x70, 0x0e, 0x38, 0x1c, 0x1c, 0x38, 0x0e, 0x70, 0x07,
   0xe0, 0x03, 0xc0, 0x01, 0xe0, 0x03, 0x70, 0x07, 0x38, 0x0e, 0x1c, 0x1c,
   0x0e, 0x38, 0x07, 0x70, 0x03, 0x60};
