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

22 lines
291 B
Plaintext

#define kitten_width 16
#define kitten_height 16
static char kitten_bits[] = {
0x00, 0x00,
0x0c, 0x18,
0x14, 0x14,
0x24, 0x12,
0xc4, 0x11,
0x00, 0x00,
0x30, 0x06,
0x04, 0x10,
0xc8, 0x09,
0x9e, 0x3c,
0x88, 0x08,
0x44, 0x11,
0x30, 0x06,
0xe0, 0x03,
0x00, 0x00,
0x00, 0x00,
};