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 bulb_width 16
#define bulb_height 16
static char bulb_bits[] = {
0xc4, 0x47,
0x30, 0x18,
0x0a, 0xa0,
0x84, 0x42,
0x44, 0x45,
0x44, 0x44,
0x8a, 0xa2,
0x10, 0x11,
0x24, 0x49,
0x52, 0x95,
0x48, 0x25,
0x44, 0x45,
0xd0, 0x16,
0x40, 0x05,
0xc0, 0x06,
0x80, 0x03,
};