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 weave_rect_width 13
#define weave_rect_height 13
static char weave_rect_bits[] = {
0xf4, 0xf7, 0x97, 0xfe, 0xfe, 0xf2, 0xd2, 0xff, 0x5f, 0xfa, 0xfa, 0xeb,
0x4b, 0xff, 0x7f, 0xe9, 0xe9, 0xef, 0x2f, 0xfd, 0xfd, 0xe5, 0xa5, 0xff,
0xbf, 0xf4};