Buydisplay Captouch panel

Focusing on getting the captouch controller on this panel working under Linux.

This display: here
Uses this datasheet: here
Which is this captouch controller: here
Raw display module datasheet: here

Initial testing with a Buspirate v4, powered by Buspirate 3.3v supply, pullups enabled:

photo-26

Buspirate setup commmands, final command scans I2C bus:

m
3
1
2
e
2
W
P
(1)

Output:

I2C>(1)
Searching I2C address space. Found devices at:
0x70(0x38 W) 0x71(0x38 R)

Attached to a Linux System, appearing in i2cdetect now need to compile a kernel module:

photo-29

photo-28