CYTMA PCAP Controller

Dear @MartinAused

We don’t have a driver for this device. If the supplier of the touch screen does not provide a driver, most probably you won’t find one for WinCe.

What we provide is a generic touch driver framework, we call it the Capacitive Multi-Touch Solution. You will have to write the device-specific adaptation as a regular application (reading the coordinates through i2c), using for example our Toradex CE Libraries. With this approach you don’t need to care about the specifics of a touch driver, but you need to understand how the touch sensor presents the coordinates.

Best Regards
Andy