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,12 @@
#define squares_width 32
#define squares_height 32
static char squares_bits[] = {
0xfb,0xff,0xff,0xdf,0xfb,0xff,0x81,0xdf,0xf8,0xff,0xbd,0x1f,0xff,0xff,0xbd,
0xff,0xff,0xff,0xbd,0xff,0x1f,0xf8,0xbd,0xff,0xdf,0xfb,0x81,0xff,0xdf,0xfb,
0xff,0xff,0xdf,0xfb,0xff,0xff,0xdf,0xfb,0xff,0x81,0x1f,0xf8,0xff,0xbd,0xff,
0xff,0xff,0xbd,0xff,0xff,0xff,0xbd,0xff,0x1f,0xf8,0xbd,0xff,0xdf,0xfb,0x81,
0xff,0xdf,0xfb,0xff,0xff,0xdf,0xfb,0xff,0x81,0xdf,0xfb,0xff,0xbd,0x1f,0xf8,
0xff,0xbd,0xff,0xff,0xff,0xbd,0xff,0xff,0xff,0xbd,0xff,0x1f,0xf8,0x81,0xff,
0xdf,0xfb,0xff,0xff,0xdf,0xfb,0xff,0xff,0xdf,0xfb,0xff,0x81,0xdf,0xfb,0xff,
0xbd,0x1f,0xf8,0xff,0xbd,0xff,0xff,0xff,0xbd,0xff,0xff,0xf8,0xbd,0xff,0x1f,
0xfb,0x81,0xff,0xdf,0xfb,0xff,0xff,0xdf};