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

22 lines
285 B
Plaintext

#define unit_width 12
#define unit_height 16
static char unit_bits[] = {
0x00, 0x00,
0x04, 0x08,
0xf4, 0x0b,
0x04, 0x08,
0x14, 0x0a,
0x04, 0x08,
0x14, 0x0a,
0x04, 0x08,
0xf4, 0x0b,
0x04, 0x08,
0x14, 0x0a,
0x04, 0x08,
0x14, 0x0a,
0x04, 0x08,
0xf4, 0x0b,
0x04, 0x08,
};