How to connect PMOD MTDS to Pynq pmod

Hi ,

Anyone please provide sample code to connect PMOD MTDS multi touch display system to PYNQ Z2 board.

Thanks.

It is an SPI device so you can refer to the examples we have for Pmod SPI devices, such as Pmod OLED, Pmod DAC, etc. You will have to study their data manual or sample codes and migrate their C code into microblaze C code.

1 Like