mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
24 lines
317 B
Plaintext
24 lines
317 B
Plaintext
#define finger_width 11
|
|
#define finger_height 18
|
|
static char finger_bits[] = {
|
|
0x20, 0x00,
|
|
0x50, 0x00,
|
|
0x50, 0x00,
|
|
0x50, 0x00,
|
|
0x50, 0x00,
|
|
0xd8, 0x00,
|
|
0x54, 0x01,
|
|
0x56, 0x03,
|
|
0x56, 0x05,
|
|
0x06, 0x05,
|
|
0x02, 0x04,
|
|
0x02, 0x04,
|
|
0x02, 0x04,
|
|
0x02, 0x04,
|
|
0x04, 0x02,
|
|
0x08, 0x01,
|
|
0x98, 0x01,
|
|
0x08, 0x01,
|
|
|
|
};
|