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

22 lines
291 B
Plaintext

#define turkey_width 16
#define turkey_height 16
static char turkey_bits[] = {
0x00, 0x00,
0x42, 0x24,
0x24, 0x42,
0x42, 0x24,
0x24, 0x02,
0x02, 0x30,
0xc4, 0x6b,
0x32, 0x16,
0x08, 0x19,
0x34, 0x29,
0x4a, 0x67,
0x8a, 0xc0,
0xff, 0xff,
0x06, 0x60,
0xfc, 0x3f,
0x00, 0x00,
};