8 lines
286 B
C
Executable File
8 lines
286 B
C
Executable File
#define play_width 16
|
|
#define play_height 16
|
|
static unsigned char play_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x78, 0x00, 0xf8, 0x01,
|
|
0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x07, 0xf8, 0x01, 0x78, 0x00,
|
|
0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
|