#define bouy_width 16 #define bouy_height 16 #define bouy_x_hot 8 #define bouy_y_hot 8 static char bouy_bits[] = { 0x00, 0x00, 0x00, 0x01, 0xc0, 0x07, 0xc0, 0x07, 0x40, 0x05, 0x40, 0x05, 0x40, 0x05, 0xe0, 0x0f, 0xe0, 0x0f, 0x00, 0x01, 0x00, 0x01, 0xf0, 0x1f, 0xe9, 0x2f, 0xcd, 0xb6, 0x32, 0x49, 0x00, 0x00};