常见问答

常见问答

初始化 tslib 触控函式  日期:2025-03-03

在使用 Buildroot 建立 MA35D1 映像档时,有可能会导致触控功能无法正常运作。

为了解决这个问题,你可以新增一个初始化脚本,在装置启动后执行。

#!/bin/sh

if [ -e /dev/input/touchscreen0 ]; then
 TSLIB_TSDEVICE=/dev/input/touchscreen0

 export TSLIB_TSDEVICE
fi
产品: 微处理器 ,Arm Cortex-A35 微处理器
应用:
功能: Others,Buildroot/ Yocto,Touchpad,tslib