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

22 lines
282 B
Plaintext

#define zot_width 16
#define zot_height 16
static char zot_bits[] = {
0x80, 0x1f,
0x80, 0x1f,
0xc0, 0x0f,
0xc0, 0x07,
0xe0, 0x03,
0xe0, 0x01,
0xf0, 0x0f,
0xf0, 0x07,
0xc0, 0x03,
0xe0, 0x01,
0xf0, 0x00,
0x70, 0x00,
0x38, 0x00,
0x18, 0x00,
0x0c, 0x00,
0x04, 0x00,
};