op_calibrate.sh: New script to calibrate the touchscreen (sadly, you need to restart...
authorMichael Mrozek <EvilDragon@openpandora.org>
Tue, 6 Apr 2010 22:30:38 +0000 (00:30 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Tue, 6 Apr 2010 22:30:38 +0000 (00:30 +0200)
recipes/pandora-system/pandora-scripts/op_calibrate.sh [new file with mode: 0755]

diff --git a/recipes/pandora-system/pandora-scripts/op_calibrate.sh b/recipes/pandora-system/pandora-scripts/op_calibrate.sh
new file mode 100755 (executable)
index 0000000..1556e7f
--- /dev/null
@@ -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