unleashed-firmware/applications/external/minesweeper/assets/tile_mine.xbm

5 lines
142 B
C
Raw Normal View History

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