summaryrefslogtreecommitdiff
path: root/development/calibrate2/README
authorschurig <schurig>2003-06-27 11:17:49 (UTC)
committer schurig <schurig>2003-06-27 11:17:49 (UTC)
commit5bb184fd350f1e6352b6f41fbb18b59d2d3d7403 (patch) (side-by-side diff)
tree50a42c4140645c7cce11add8dd53f6a7667d1ed3 /development/calibrate2/README
parent33e6a3606697b428cbc213e576e740338fc54f4e (diff)
downloadopie-5bb184fd350f1e6352b6f41fbb18b59d2d3d7403.zip
opie-5bb184fd350f1e6352b6f41fbb18b59d2d3d7403.tar.gz
opie-5bb184fd350f1e6352b6f41fbb18b59d2d3d7403.tar.bz2
added for others to test
Diffstat (limited to 'development/calibrate2/README') (more/less context) (ignore whitespace changes)
-rw-r--r--development/calibrate2/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/calibrate2/README b/development/calibrate2/README
new file mode 100644
index 0000000..c40e57b
--- a/dev/null
+++ b/development/calibrate2/README
@@ -0,0 +1,13 @@
+I had problems with a swapped x/y axis when I moved to libts and calibrated
+using opie-calibrate.
+
+When I uses ts_calibrate from tslib-tools, the x/y-axis were correct.
+
+So I used tslib-tools' ts_calibate.c as a template to write a newer opie-calibrate
+tools. It works for me so far, now it would be helpful to find out if it works
+for other devices equally well.
+
+CAVEAT: in Qt/E src/kernel/qwsmouse_qws.cpp there is no direct access to
+the a,b,c d,e,f and s variables, not even via readCalibration() because their're
+protected. So you basically have to restart Opie after calibrating, which I'm
+doing (yet).