よくあるご質問

よくあるご質問

Initialize tslib touch function  日付:2025-03-03

When creating a MA35D1 image with Buildroot, it's possible that the touch function will not work properly.

To resolve this issue, you can add an initialization script to run after the device boots up.

 

#!/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