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 brain_width 16
#define brain_height 16
static char brain_bits[] = {
0xf8, 0x07,
0x04, 0x08,
0xfa, 0x17,
0x0d, 0x2c,
0x05, 0x28,
0x05, 0x28,
0x05, 0x2f,
0x8d, 0x41,
0xd9, 0x80,
0x72, 0xf0,
0x04, 0x20,
0x08, 0x3c,
0x08, 0x20,
0x10, 0x20,
0x30, 0x10,
0xc0, 0x0f,
};