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 log_width 16
#define log_height 16
static char log_bits[] = {
0xfc, 0x3f,
0xf2, 0x3f,
0xf2, 0x5f,
0xf2, 0xbf,
0xc2, 0xdf,
0x3e, 0xbe,
0x9e, 0xdc,
0x9e, 0xbc,
0x3e, 0xde,
0xfe, 0xb1,
0xfe, 0xfc,
0xfe, 0xa4,
0xfa, 0xf1,
0xfe, 0xbf,
0xfc, 0xdf,
0xf8, 0xbf,
};