[android-porting] Re: tslib integration

2010-07-29 Thread bjdooks
On Jul 28, 3:57 am, Jim Huang wrote: > 2010/7/28 Ashwin Bihari : > > > I've added support for TSLIB to Android 1.6 and that's available at > >http://gitorious.org/android-omap3logic, I also have it working in > > Android 2.1, but I haven't gotten around to putting those changes > > anywhere yet.

[android-porting] Re: tslib integration

2010-09-24 Thread Mehran
I have ported TSLIB for android 2.1 Everything seems to be ok, but touch dont work cause i cant calibrate. on ts_calibrate. the code flow is ok down to raw_input_read. but here, the pressure is always 0. I have tried my best to make changes and debug the code, but still the pressure comes 0 always

[android-porting] Re: tslib integration (for >= KitKat)

2015-10-17 Thread Martin Fuzzey
Hi, Not sure why you need it. The kernel driver should indicate the touchscreen coordinates corresponding to the corners (eg my controller gives 1024x1024) The Android input manager then handles the transform between the display coordinates and touchscreen coordinates. dumpsys input shoud show