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,9 @@
#define plaid_width 22
#define plaid_height 22
static char plaid_bits[] = {
0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15, 0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15,
0xff, 0xaf, 0x2b, 0xaa, 0xfa, 0x3f, 0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15,
0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15, 0xff, 0xaf, 0x2b, 0x75, 0x05, 0x01,
0xaa, 0x02, 0x01, 0x75, 0x05, 0x01, 0xaa, 0x02, 0x01, 0x75, 0x05, 0x01,
0xff, 0xff, 0x3f, 0x75, 0x05, 0x01, 0xaa, 0x02, 0x01, 0x75, 0x05, 0x01,
0xaa, 0x02, 0x01, 0x75, 0x05, 0x01};