Files
2017-10-19 12:40:28 -04:00

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,
};