#define tile_mine_width 8 #define tile_mine_height 8 static uint8_t tile_mine_bits[] = { 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, };