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

22 lines
294 B
Plaintext

#define escher8_width 16
#define escher8_height 16
static char escher8_bits[] = {
0xf7, 0xf7,
0xef, 0xef,
0xcd, 0xcd,
0xa1, 0xa1,
0x03, 0x03,
0x81, 0x81,
0xcd, 0xcd,
0xaf, 0xaf,
0xf7, 0xf7,
0xef, 0xef,
0xcd, 0xcd,
0xa1, 0xa1,
0x03, 0x03,
0x81, 0x81,
0xcd, 0xcd,
0xaf, 0xaf,
};