#define cross_width 16
#define cross_height 16
#define cross_x_hot 8
#define cross_y_hot 8
static short cross_bits[] = {
0x0000, 0x0180, 0x0180, 0x0180,
0x0180, 0x0180, 0x0180, 0x7ffe,
0x7ffe, 0x0180, 0x0180, 0x0180,
0x0180, 0x0180, 0x0180, 0x0000};