linuxOS_PX30_CAR/yocto/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/tslib.sh
2026-01-20 14:00:13 +08:00

9 lines
125 B
Bash

#!/bin/sh
if [ -e /dev/input/touchscreen0 ]; then
TSLIB_TSDEVICE=/dev/input/touchscreen0
export TSLIB_TSDEVICE
fi