Hi everyone,
As I mentioned in the title, I need to connect the touch from an LCD assembly to the RPi 2.
As you can see in the picture of the touch connector pinout (img attached), I will use the following pins of it:
- 1 and 5: Power supply (5vDC) and GND.
- 8: Enable (3.3vDC).
- 2 and 3: CLD and SCA, to send data from the digitizer.
I have seen in the RPi-2-GPIO pinout that SCL and SDA pins are 5 and 3 respectively.
I suppose that is not as simple as wiring each pin to it corresponding one. How can I notify to my RPi that I have connected a touch screen and that it should process the data it sends properly for assimilating it as a mouse device?
Thank you everyone,
Regards.