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

22 lines
282 B
Plaintext

#define mit_width 16
#define mit_height 16
static char mit_bits[] = {
0x00, 0x00,
0x07, 0x07,
0x06, 0x03,
0x8a, 0x02,
0x8a, 0x02,
0x52, 0x02,
0x52, 0x02,
0x22, 0x02,
0x27, 0x07,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};