Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

eGalax touchscreen calibration
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 5 Votes - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
eGalax touchscreen calibration
26th May, 2013, 07:22 PM
Post: #58
TobyM Offline
Registered
Posts: 7
Joined: May 2013
Reputation: 0
RE: eGalax touchscreen calibration
Cheers everybody,

a sleepless night brought me some new results on xbian in combination with my Acer T230H Touch Screen:

1. The actual XBian Alpha 5 is working best, but the click_confines value is too small so you have to tap two times precisely on the same spot to make it work.

2. The actual xbmc-nightly gives me much trouble, the cursor is jumping wildly I think related to eGalaxpatch:
Code:
+ {
+ m_mouseX = g_graphicsContext.GetWidth() + 1;
+ m_mouseY = g_graphicsContext.GetHeight() + 1;
+ } */
which brings me to

3. The actual nightly does not, to any extend, use the /usr/share/eGalaxCalibration/touchscreen_axes_calib file when working with that touchscreen. The reason might be

4. The Acer T230H Screen is named: "Acer T230H" and, as far as I understand the code of the eGalaxPatch:
Code:
if(strstr(m_deviceName, "eGalax") || strstr(m_deviceName, "Touch"))
+ {
+   ...
+ }
is looking straight for the eGalax or a device named "touch".

So could someone add the Acer T230H to the nightly and to the eGalaxpatch, to be propper recognized? And perhaps, rename the patch - Touchscreen-patch? Wink

I'll attach some info (all gained from a running xbian Alpha 5), if you need something else please let me know.

Terminal
xbian@xbian ~ $ cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c30a Version=0110
N: Name="Logitech Logitech USB Keyboard"
P: Phys=usb-bcm2708_usb-1.3/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=1f

I: Bus=0003 Vendor=046d Product=c30a Version=0110
N: Name="Logitech Logitech USB Keyboard"
P: Phys=usb-bcm2708_usb-1.3/input1
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.1/input/input1
U: Uniq=
H: Handlers=kbd mouse0 event1 js0
B: PROP=0
B: EV=17
B: KEY=4000000 100 0 0 ffffffff f703fde2 f80 3340000 60d8fa fd01d008 1f0000 0 0 0
B: REL=103
B: MSC=10

I: Bus=0003 Vendor=0408 Product=3000 Version=0110
N: Name="Acer T230H"
P: Phys=usb-bcm2708_usb-1.2.1/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/i
U: Uniq=
H: Handlers=mouse1 event2
B: PROP=2
B: EV=b
B: KEY=400 0 0 0 0 0 0 0 0 0 0
B: ABS=2608000 3

Terminal
xbian@xbian ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 005: ID 046d:c30a Logitech, Inc. iTouch Composite
Bus 001 Device 006: ID 0408:3000 Quanta Computer, Inc. Optical dual-touch panel
Bus 001 Device 007: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter

The evtest shows touchscreen working properly; the coordinates make sense, BTN_TOUCH code 330 is working too.


Thanks everyone
Greetings and good night
TobyM

PPS: Perhaps it might be better in terms of readability if we split off the Acer T230H discussion into a new thread. I didn't want to capture this thread, sorry if I did so. But if no one is offended by it - I'd like to stay Wink
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
eGalax touchscreen calibration - raspuca - 24th Apr, 2013, 04:40 PM
RE: eGalax touchscreen calibration - Markamc - 25th Apr, 2013, 07:32 AM
RE: eGalax touchscreen calibration - brantje - 12th May, 2013, 11:19 PM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 07:38 AM
RE: eGalax touchscreen calibration - raspuca - 25th Apr, 2013, 08:07 AM
RE: eGalax touchscreen calibration - Markamc - 25th Apr, 2013, 08:11 AM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 08:19 AM
RE: eGalax touchscreen calibration - Markamc - 25th Apr, 2013, 08:26 AM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 09:30 AM
RE: eGalax touchscreen calibration - Markamc - 25th Apr, 2013, 09:37 AM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 05:28 PM
RE: eGalax touchscreen calibration - Koenkk - 25th Apr, 2013, 05:39 PM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 05:44 PM
RE: eGalax touchscreen calibration - Koenkk - 25th Apr, 2013, 05:48 PM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 05:51 PM
RE: eGalax touchscreen calibration - Koenkk - 25th Apr, 2013, 06:31 PM
RE: eGalax touchscreen calibration - CurlyMo - 25th Apr, 2013, 06:43 PM
RE: eGalax touchscreen calibration - raspuca - 26th Apr, 2013, 09:18 PM
RE: eGalax touchscreen calibration - Markamc - 27th Apr, 2013, 09:46 AM
RE: eGalax touchscreen calibration - raspuca - 12th May, 2013, 07:00 PM
RE: eGalax touchscreen calibration - Markamc - 13th May, 2013, 04:22 AM
RE: eGalax touchscreen calibration - brantje - 13th May, 2013, 05:01 AM
RE: eGalax touchscreen calibration - Markamc - 13th May, 2013, 05:10 AM
RE: eGalax touchscreen calibration - brantje - 13th May, 2013, 10:35 PM
RE: eGalax touchscreen calibration - Markamc - 13th May, 2013, 11:04 PM
RE: eGalax touchscreen calibration - raspuca - 18th May, 2013, 09:34 AM
RE: eGalax touchscreen calibration - Markamc - 18th May, 2013, 09:57 AM
RE: eGalax touchscreen calibration - raspuca - 18th May, 2013, 06:35 PM
eGalax touchscreen calibration - Koenkk - 18th May, 2013, 06:41 PM
RE: eGalax touchscreen calibration - Markamc - 18th May, 2013, 11:04 PM
RE: eGalax touchscreen calibration - Markamc - 19th May, 2013, 12:34 AM
RE: eGalax touchscreen calibration - raspuca - 19th May, 2013, 01:46 AM
RE: eGalax touchscreen calibration - Koenkk - 19th May, 2013, 03:20 AM
eGalax touchscreen calibration - Koenkk - 19th May, 2013, 08:04 AM
RE: eGalax touchscreen calibration - Markamc - 19th May, 2013, 08:11 AM
RE: eGalax touchscreen calibration - raspuca - 19th May, 2013, 09:20 AM
RE: eGalax touchscreen calibration - Markamc - 19th May, 2013, 09:25 AM
eGalax touchscreen calibration - Koenkk - 19th May, 2013, 05:19 PM
RE: eGalax touchscreen calibration - raspuca - 19th May, 2013, 06:25 PM
RE: eGalax touchscreen calibration - Markamc - 19th May, 2013, 06:33 PM
RE: eGalax touchscreen calibration - TobyM - 21st May, 2013, 01:31 AM
RE: eGalax touchscreen calibration - Markamc - 22nd May, 2013, 07:00 AM
RE: eGalax touchscreen calibration - raspuca - 22nd May, 2013, 07:46 PM
RE: eGalax touchscreen calibration - Markamc - 22nd May, 2013, 09:18 PM
RE: eGalax touchscreen calibration - TobyM - 23rd May, 2013, 04:53 AM
RE: eGalax touchscreen calibration - robosphere - 23rd May, 2013, 05:21 AM
RE: eGalax touchscreen calibration - Markamc - 23rd May, 2013, 06:32 AM
RE: eGalax touchscreen calibration - brantje - 23rd May, 2013, 09:19 AM
RE: eGalax touchscreen calibration - Markamc - 23rd May, 2013, 09:45 AM
RE: eGalax touchscreen calibration - robosphere - 24th May, 2013, 09:32 PM
RE: eGalax touchscreen calibration - Markamc - 24th May, 2013, 10:44 PM
RE: eGalax touchscreen calibration - raspuca - 25th May, 2013, 07:35 PM
RE: eGalax touchscreen calibration - Markamc - 25th May, 2013, 08:19 PM
RE: eGalax touchscreen calibration - raspuca - 25th May, 2013, 11:10 PM
RE: eGalax touchscreen calibration - brantje - 25th May, 2013, 11:37 PM
RE: eGalax touchscreen calibration - Markamc - 26th May, 2013, 01:29 AM
RE: eGalax touchscreen calibration - Markamc - 26th May, 2013, 02:30 AM
RE: eGalax touchscreen calibration - TobyM - 26th May, 2013 07:22 PM
RE: eGalax touchscreen calibration - Markamc - 27th May, 2013, 11:55 AM
RE: eGalax touchscreen calibration - TobyM - 28th May, 2013, 12:44 AM
eGalax touchscreen calibration - Koenkk - 28th May, 2013, 05:04 AM
RE: eGalax touchscreen calibration - TobyM - 28th May, 2013, 03:43 PM
RE: eGalax touchscreen calibration - brantje - 29th May, 2013, 08:39 PM
RE: eGalax touchscreen calibration - Markamc - 29th May, 2013, 09:38 PM
RE: eGalax touchscreen calibration - brantje - 29th May, 2013, 10:26 PM
RE: eGalax touchscreen calibration - Markamc - 29th May, 2013, 10:47 PM
RE: eGalax touchscreen calibration - brantje - 29th May, 2013, 11:25 PM
RE: eGalax touchscreen calibration - robosphere - 1st Jun, 2013, 03:57 AM
RE: eGalax touchscreen calibration - Markamc - 1st Jun, 2013, 05:12 AM
RE: eGalax touchscreen calibration - brantje - 6th Jun, 2013, 06:33 PM
RE: eGalax touchscreen calibration - Markamc - 6th Jun, 2013, 09:50 PM
RE: eGalax touchscreen calibration - brantje - 6th Jun, 2013, 11:35 PM
RE: eGalax touchscreen calibration - Markamc - 7th Jun, 2013, 12:34 AM
RE: eGalax touchscreen calibration - brantje - 7th Jun, 2013, 01:01 AM
RE: eGalax touchscreen calibration - Markamc - 7th Jun, 2013, 01:18 AM
RE: eGalax touchscreen calibration - brantje - 7th Jun, 2013, 02:36 AM
RE: eGalax touchscreen calibration - Markamc - 7th Jun, 2013, 03:47 AM
RE: eGalax touchscreen calibration - brantje - 7th Jun, 2013, 05:20 PM
RE: eGalax touchscreen calibration - Markamc - 7th Jun, 2013, 06:37 PM
RE: eGalax touchscreen calibration - brantje - 8th Jun, 2013, 09:49 PM
RE: eGalax touchscreen calibration - brantje - 10th Jun, 2013, 08:51 PM
RE: eGalax touchscreen calibration - Markamc - 11th Jun, 2013, 01:54 PM
RE: eGalax touchscreen calibration - brantje - 11th Jun, 2013, 05:30 PM
RE: eGalax touchscreen calibration - Markamc - 11th Jun, 2013, 07:49 PM
RE: eGalax touchscreen calibration - brantje - 11th Jun, 2013, 10:06 PM
RE: eGalax touchscreen calibration - Markamc - 11th Jun, 2013, 11:14 PM
RE: eGalax touchscreen calibration - brantje - 11th Jun, 2013, 11:40 PM
RE: eGalax touchscreen calibration - Markamc - 12th Jun, 2013, 12:03 AM
RE: eGalax touchscreen calibration - brantje - 12th Jun, 2013, 04:40 AM
RE: eGalax touchscreen calibration - Markamc - 12th Jun, 2013, 04:42 AM
RE: eGalax touchscreen calibration - brantje - 12th Jun, 2013, 04:55 AM
RE: eGalax touchscreen calibration - brantje - 12th Jun, 2013, 06:19 AM
RE: eGalax touchscreen calibration - Markamc - 12th Jun, 2013, 06:43 AM
RE: eGalax touchscreen calibration - brantje - 12th Jun, 2013, 08:00 AM
RE: eGalax touchscreen calibration - Markamc - 12th Jun, 2013, 08:33 AM
RE: eGalax touchscreen calibration - brantje - 12th Jun, 2013, 08:13 PM
RE: eGalax touchscreen calibration - Markamc - 14th Jun, 2013, 06:28 AM
RE: eGalax touchscreen calibration - brantje - 14th Jun, 2013, 07:59 PM
RE: eGalax touchscreen calibration - Markamc - 19th Jun, 2013, 02:29 PM
RE: eGalax touchscreen calibration - brantje - 20th Jun, 2013, 09:50 PM
RE: eGalax touchscreen calibration - raspuca - 20th Jun, 2013, 03:58 AM
RE: eGalax touchscreen calibration - Markamc - 20th Jun, 2013, 07:54 AM
RE: eGalax touchscreen calibration - raspuca - 20th Jun, 2013, 05:49 PM
RE: eGalax touchscreen calibration - raspuca - 20th Jun, 2013, 10:38 PM
RE: eGalax touchscreen calibration - Markamc - 20th Jun, 2013, 11:13 PM
RE: eGalax touchscreen calibration - brantje - 21st Jun, 2013, 08:25 AM
RE: eGalax touchscreen calibration - Markamc - 22nd Jun, 2013, 11:25 AM
RE: eGalax touchscreen calibration - brantje - 23rd Jun, 2013, 06:14 PM
RE: eGalax touchscreen calibration - Markamc - 23rd Jun, 2013, 09:19 PM
RE: eGalax touchscreen calibration - Markamc - 28th Jun, 2013, 12:09 PM
RE: eGalax touchscreen calibration - Markamc - 1st Jul, 2013, 07:18 PM
RE: eGalax touchscreen calibration - raspuca - 1st Jul, 2013, 08:40 PM
RE: eGalax touchscreen calibration - bboyandru - 8th Jul, 2013, 04:17 PM
RE: eGalax touchscreen calibration - Markamc - 8th Jul, 2013, 06:56 PM
RE: eGalax touchscreen calibration - brantje - 8th Jul, 2013, 09:05 PM
RE: eGalax touchscreen calibration - bboyandru - 8th Jul, 2013, 09:52 PM
RE: eGalax touchscreen calibration - Markamc - 8th Jul, 2013, 10:41 PM
RE: eGalax touchscreen calibration - bboyandru - 8th Jul, 2013, 10:50 PM
RE: eGalax touchscreen calibration - Markamc - 8th Jul, 2013, 11:05 PM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 01:53 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 02:21 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 02:57 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 04:46 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 05:09 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 05:21 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 05:44 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 05:56 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 06:01 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 06:18 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 06:21 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 06:43 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 07:03 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 07:04 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 07:15 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 07:29 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 07:32 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 07:35 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 07:47 AM
RE: eGalax touchscreen calibration - MangoCat - 23rd Jul, 2016, 05:09 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 08:01 AM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 08:44 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 08:57 AM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 10:06 AM
RE: eGalax touchscreen calibration - bboyandru - 9th Jul, 2013, 04:33 PM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 05:45 PM
RE: eGalax touchscreen calibration - bboyandru - 9th Jul, 2013, 06:36 PM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 06:42 PM
RE: eGalax touchscreen calibration - bboyandru - 9th Jul, 2013, 07:14 PM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 09:31 PM
RE: eGalax touchscreen calibration - bboyandru - 9th Jul, 2013, 10:02 PM
RE: eGalax touchscreen calibration - Markamc - 9th Jul, 2013, 10:23 PM
RE: eGalax touchscreen calibration - bboyandru - 9th Jul, 2013, 11:07 PM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 10:05 PM
RE: eGalax touchscreen calibration - brantje - 9th Jul, 2013, 11:57 PM
RE: eGalax touchscreen calibration - Markamc - 10th Jul, 2013, 01:42 AM
RE: eGalax touchscreen calibration - bboyandru - 10th Jul, 2013, 06:03 AM
RE: eGalax touchscreen calibration - brantje - 12th Jul, 2013, 05:17 AM
RE: eGalax touchscreen calibration - bboyandru - 13th Jul, 2013, 02:33 AM
RE: eGalax touchscreen calibration - Markamc - 13th Jul, 2013, 03:05 AM
RE: eGalax touchscreen calibration - bboyandru - 13th Jul, 2013, 05:27 AM
RE: eGalax touchscreen calibration - Markamc - 13th Jul, 2013, 06:09 AM
RE: eGalax touchscreen calibration - Markamc - 13th Jul, 2013, 07:31 AM
RE: eGalax touchscreen calibration - raspuca - 28th Jul, 2013, 09:47 PM
RE: eGalax touchscreen calibration - brantje - 29th Jul, 2013, 10:27 PM
RE: eGalax touchscreen calibration - raspuca - 30th Jul, 2013, 12:20 AM
RE: eGalax touchscreen calibration - brantje - 30th Jul, 2013, 02:48 AM
RE: eGalax touchscreen calibration - raspuca - 30th Jul, 2013, 07:39 AM
RE: eGalax touchscreen calibration - brantje - 16th Aug, 2013, 12:24 AM
RE: eGalax touchscreen calibration - ph87 - 15th Aug, 2013, 09:46 AM
RE: eGalax touchscreen calibration - Markamc - 15th Aug, 2013, 06:21 PM
RE: eGalax touchscreen calibration - ph87 - 15th Aug, 2013, 08:55 PM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 07:31 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 08:33 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 09:22 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 09:29 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 09:37 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 09:40 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 09:42 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 09:48 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 09:56 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 10:08 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 10:12 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 10:18 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 10:22 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 10:35 AM
RE: eGalax touchscreen calibration - ph87 - 16th Aug, 2013, 10:40 AM
RE: eGalax touchscreen calibration - Markamc - 16th Aug, 2013, 10:43 AM
RE: eGalax touchscreen calibration - brantje - 17th Aug, 2013, 06:51 PM
RE: eGalax touchscreen calibration - Markamc - 18th Aug, 2013, 02:35 AM
RE: eGalax touchscreen calibration - brantje - 20th Aug, 2013, 10:28 PM
RE: eGalax touchscreen calibration - raspuca - 26th Aug, 2013, 12:10 AM
Possible Solution to make it work on N-TRIG Multitouchscreens - ph87 - 27th Aug, 2013, 02:05 AM
RE: eGalax touchscreen calibration - brantje - 27th Aug, 2013, 08:55 PM
RE: eGalax touchscreen calibration - Markamc - 27th Aug, 2013, 09:49 PM
AW: eGalax touchscreen calibration - ph87 - 28th Aug, 2013, 12:46 AM
RE: eGalax touchscreen calibration - Markamc - 28th Aug, 2013, 02:39 AM
RE: eGalax touchscreen calibration - brantje - 28th Aug, 2013, 03:27 AM
RE: eGalax touchscreen calibration - Markamc - 28th Aug, 2013, 05:25 AM
RE: eGalax touchscreen calibration - brantje - 28th Aug, 2013, 11:07 AM
AW: RE: eGalax touchscreen calibration - ph87 - 30th Aug, 2013, 10:45 PM
RE: eGalax touchscreen calibration - brantje - 8th Sep, 2013, 11:33 PM
RE: eGalax touchscreen calibration - Markamc - 9th Sep, 2013, 04:08 AM
RE: eGalax touchscreen calibration - brantje - 10th Sep, 2013, 09:51 PM
RE: eGalax touchscreen calibration - mk01 - 11th Sep, 2013, 01:20 AM
RE: eGalax touchscreen calibration - Markamc - 11th Sep, 2013, 10:28 AM
RE: eGalax touchscreen calibration - mk01 - 11th Sep, 2013, 11:44 AM
RE: eGalax touchscreen calibration - Markamc - 11th Sep, 2013, 06:11 PM
RE: eGalax touchscreen calibration - Markamc - 13th Sep, 2013, 07:30 AM
RE: eGalax touchscreen calibration - brantje - 15th Sep, 2013, 08:19 PM
RE: eGalax touchscreen calibration - mk01 - 15th Sep, 2013, 09:57 AM
RE: eGalax touchscreen calibration - Markamc - 15th Sep, 2013, 09:27 PM
RE: eGalax touchscreen calibration - brantje - 16th Sep, 2013, 07:10 PM
RE: eGalax touchscreen calibration - Markamc - 16th Sep, 2013, 07:33 PM
RE: eGalax touchscreen calibration - brantje - 1st Oct, 2013, 09:06 PM
RE: eGalax touchscreen calibration - Markamc - 1st Oct, 2013, 11:04 PM
RE: eGalax touchscreen calibration - Aweponken - 21st Mar, 2014, 04:32 AM
RE: eGalax touchscreen calibration - mapomme1108 - 20th Mar, 2014, 07:21 PM
RE: eGalax touchscreen calibration - stevePIman - 27th Jun, 2014, 12:17 AM
RE: eGalax touchscreen calibration - ph87 - 27th Jun, 2014, 06:25 AM
RE: eGalax touchscreen calibration - stevePIman - 27th Jun, 2014, 06:35 PM
AW: eGalax touchscreen calibration - ph87 - 27th Jun, 2014, 10:07 PM
RE: eGalax touchscreen calibration - stevePIman - 27th Jun, 2014, 10:18 PM
RE: eGalax touchscreen calibration - mk01 - 6th Aug, 2014, 10:40 AM
RE: eGalax touchscreen calibration - stevePIman - 26th Jul, 2014, 01:46 AM
RE: eGalax touchscreen calibration - tuongnguyen - 4th Dec, 2015, 02:41 PM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] Touchscreen calibration is wrong and i'm going crazy. wash 5 19,893 17th Jan, 2015 10:34 PM
Last Post: wash
  Tutorial: Touchscreen calibration & extra features Markamc 0 7,580 2nd Jul, 2013 12:11 AM
Last Post: Markamc

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 2nd Jun, 2025, 11:06 AM Powered By MyBB, © 2002-2025 MyBB Group.