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

22 lines
297 B
Plaintext

#define stanford_width 16
#define stanford_height 16
static char stanford_bits[] = {
0xc0, 0x03,
0xf0, 0x0f,
0x38, 0x1c,
0x9c, 0x39,
0xce, 0x71,
0xa6, 0x63,
0x93, 0xc5,
0xc3, 0xc9,
0xa3, 0xc3,
0x93, 0xc5,
0xc6, 0x61,
0xae, 0x73,
0x9c, 0x3d,
0xb8, 0x1d,
0xf0, 0x0f,
0xc0, 0x03,
};