This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

对于tisdk里的图形界面matrix,如何添加电容触摸驱动,使电容触摸能够控制图形界面?



大家好! 我在Devkit8600平台上进行电容触摸驱动的移植,驱动已经正常运行,在终端上能打印坐标值。可是却无法操控TISDK的图形界面,请问什么原因?是否直接在/dev/input目录下创建一个touchscreen0的链接文件,然后链接到电容触摸驱动创建的输入设备文件input0。