Hi folks Is there a 4 wire resistive touch driver for Mini210? In BSP there is a touch_1wire.dll. So, the onlye way to use a resistive touch is with the LCD board? Is there no way to directly connect a TFT LCD with a touch into Mini210? Thanks
Mini210 touch driver
not sure whether the ts pins are accessible on the 210S, check the datasheet and the schematic, the mini210 cpu does have an onboard touch interface but it's whether it's accessible on the board or not, alternatively you can probably attach an i2c/spi based resistive touch controller to one of the headers, there are plenty of linux drivers already supplied in the kernel sources for resistive touch ICs. looking at the h43 datasheet, it appears you might be able to add an ic to the board, or change it's configuration from the built in 1wire controller to output to the onboard ts controller of the cpu (if the pins are available of course)