From: Michael Mrozek Date: Tue, 6 Apr 2010 22:30:38 +0000 (+0200) Subject: op_calibrate.sh: New script to calibrate the touchscreen (sadly, you need to restart... X-Git-Tag: Release-2010-05/1~84 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=d583dd2b8a6f564a65893434f95b47df64d1553b op_calibrate.sh: New script to calibrate the touchscreen (sadly, you need to restart after calibrating at the moment) --- 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