mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
255 B
C
7 lines
255 B
C
#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};
|