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,5 @@
#define brick_diag_block_width 12
#define brick_diag_block_height 12
static char brick_diag_block_bits[] = {
0xbe, 0x0f, 0x5d, 0x0f, 0xeb, 0x0e, 0xf7, 0x0d, 0xfb, 0x0a, 0x7d, 0x07,
0xbe, 0x0f, 0xdd, 0x07, 0xeb, 0x0b, 0xf7, 0x0d, 0xef, 0x0a, 0x5f, 0x07};