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,8 @@
#define weave_rect_width 18
#define weave_rect_height 18
static char weave_rect_bits[] = {
0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00, 0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02,
0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02, 0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00,
0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02, 0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02,
0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00, 0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02,
0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02};