From d583dd2b8a6f564a65893434f95b47df64d1553b Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 7 Apr 2010 00:30:38 +0200 Subject: [PATCH] op_calibrate.sh: New script to calibrate the touchscreen (sadly, you need to restart after calibrating at the moment) --- recipes/pandora-system/pandora-scripts/op_calibrate.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 recipes/pandora-system/pandora-scripts/op_calibrate.sh diff --git a/recipes/pandora-system/pandora-scripts/op_calibrate.sh b/recipes/pandora-system/pandora-scripts/op_calibrate.sh new file mode 100755 index 0000000..1556e7f --- /dev/null +++ b/recipes/pandora-system/pandora-scripts/op_calibrate.sh @@ -0,0 +1,3 @@ +#!/bin/bash +TSLIB_CONSOLEDEVICE=none op_runfbapp ts_calibrate +zenity --info --title="Calibration" --text "The touchscreen has been calibrated. To activate the new values, you have to restart." \ No newline at end of file -- 2.39.2