10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define university_width 24
|
|
#define university_height 24
|
|
static char university_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x80, 0xe1, 0x00,
|
|
0xc0, 0x32, 0x01, 0x60, 0xe1, 0x00, 0xb0, 0xa8, 0x00, 0x70, 0xa1, 0x00,
|
|
0xe0, 0xa4, 0x00, 0x40, 0xa2, 0x00, 0xc0, 0xa3, 0x00, 0x40, 0xa2, 0x00,
|
|
0xc0, 0xa2, 0x20, 0xf0, 0xed, 0x20, 0xe0, 0xa7, 0x70, 0xc0, 0x52, 0x9e,
|
|
0x40, 0x32, 0xab, 0xc0, 0x52, 0x15, 0x40, 0xb2, 0xff, 0xc0, 0xe2, 0x00};
|