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 bat_width 16
#define bat_height 16
static char bat_bits[] = {
0x11,0x10,0x09,0x20,0x2d,0x68,0x6d,0x6c,0xec,0x6f,0x4e,0xe5,0xde,0xf7,0xbe,
0xfb,0xee,0xef,0xf6,0xdf,0xd2,0x97,0x92,0x93,0x13,0x90,0xb1,0x1a,0x21,0x08,
0x41,0x04};