add some stuff

This commit is contained in:
wallace-aph
2018-02-19 18:28:35 -05:00
parent d306962c73
commit 9fa58c2d4d
382 changed files with 9638 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#define knitting_width 16
#define knitting_height 16
static char knitting_bits[] = {
0xe7,0xe7,0xe7,0xe7,0xe7,0xf3,0xe4,0x73,0xe4,0x39,0xa7,0x19,0x27,0x8f,0x23,
0xce,0x73,0xc4,0xf1,0xe4,0x98,0xe5,0x9c,0x27,0xce,0x27,0xcf,0xe7,0xe7,0xe7,
0xe7,0xe7};