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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x03,
|
|
0x02, 0x80, 0x05, 0x01, 0xc0, 0x0a, 0x01, 0x60, 0x11, 0x01, 0xe0, 0x0a,
|
|
0x01, 0x60, 0x11, 0x01, 0xc0, 0x0a, 0x01, 0x80, 0x07, 0x01, 0x80, 0x05,
|
|
0x09, 0x40, 0x08, 0x09, 0xc0, 0x0f, 0x1c, 0x80, 0x05, 0xeb, 0x80, 0x04,
|
|
0x25, 0x81, 0x05, 0x0a, 0x82, 0x04, 0xff, 0x83, 0x05, 0x00, 0x82, 0x04};
|