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 vibration_width 16
#define vibration_height 16
static char vibration_bits[] = {
0xe6,0xb3,0x1b,0x6c,0xe5,0x53,0x1a,0xac,0xea,0xab,0x35,0x56,0xd5,0x55,0x55,
0x55,0xd5,0x55,0x35,0x56,0xea,0xab,0x1a,0xac,0xe5,0x53,0x1b,0x6c,0xe6,0xb3,
0x19,0x4c};