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 tellipse_width 16
#define tellipse_height 16
static char tellipse_bits[] = {
0xa4,0xda,0xa4,0xda,0xa3,0x3a,0x90,0xf6,0x88,0xee,0x87,0x1e,0x80,0xfe,0xff,
0x00,0x00,0xff,0x7f,0x01,0x78,0xe1,0x77,0x11,0x6f,0x09,0x5c,0xc5,0x5b,0x25,
0x5b,0x25};