added buffalo.edu and martin@freaknet

This commit is contained in:
wallace-aph
2017-10-19 12:40:28 -04:00
parent 1d781f0b0a
commit 6b32deaffc
2439 changed files with 23928 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
#define moon2_width 16
#define moon2_height 16
static char moon2_bits[] = {
0xe0, 0x07,
0x38, 0x18,
0xfc, 0x21,
0xde, 0x4b,
0xfe, 0x4b,
0xff, 0x83,
0xfb, 0x83,
0xfd, 0x80,
0x3f, 0x84,
0xff, 0xa7,
0xff, 0x9f,
0xfe, 0x47,
0xfe, 0x41,
0xec, 0x20,
0x18, 0x18,
0xe0, 0x07,
};