Files
2017-10-19 12:40:28 -04:00

22 lines
294 B
Plaintext

#define target3_width 16
#define target3_height 16
static char target3_bits[] = {
0x1f, 0xf8,
0x07, 0xe0,
0xe3, 0xc7,
0x39, 0x9c,
0x09, 0x90,
0xcc, 0x33,
0x64, 0x26,
0x24, 0x24,
0x24, 0x24,
0x64, 0x26,
0xcc, 0x33,
0x09, 0x90,
0x39, 0x9c,
0xe3, 0xc7,
0x07, 0xe0,
0x1f, 0xf8,
};