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

22 lines
291 B
Plaintext

#define george_width 16
#define george_height 16
static char george_bits[] = {
0x4f, 0xf0,
0xa7, 0xef,
0x29, 0xd0,
0x11, 0xa0,
0x13, 0xa0,
0xe8, 0x39,
0x5a, 0x2b,
0x08, 0x22,
0x1f, 0xa7,
0x17, 0xa0,
0x17, 0xe7,
0x27, 0xf0,
0x4d, 0xb8,
0xde, 0x7f,
0x9f, 0xf1,
0x7f, 0xf2,
};