Hello, we are now porting the Touch Panel based on ICS4.0.3. The TP is no longer to work. Could you please provide the IDC files for TP?
Search
Log in
Latest topics
ICS IDC file for TP

grikukan- Advanced User

- Devices: ODROID-A,ODROID-BaB,ODROID-A4
Posts: 112
Join date: 2011-11-12
Location: Moscow Russia
- Post n°2
Re: ICS IDC file for TP
Hello hunterchung!
To my opinion drivers of touch panel are in the kernel.Which kernel have you used?
PS
here are some tutorials of touch porting for linux
1)OMAPhttp://androidzaurus.seesaa.net/article/90045743.html But it's for old version
2) http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1.1_PortingGuides#Touchscreen for OMAP
3) http://processors.wiki.ti.com/index.php/Capacitive_touch_integration_with_android for capacative on
To my opinion drivers of touch panel are in the kernel.Which kernel have you used?
PS
here are some tutorials of touch porting for linux
1)OMAPhttp://androidzaurus.seesaa.net/article/90045743.html But it's for old version
2) http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1.1_PortingGuides#Touchscreen for OMAP
3) http://processors.wiki.ti.com/index.php/Capacitive_touch_integration_with_android for capacative on

huntercheung- Member

- Devices: odroid-a
Posts: 26
Join date: 2011-05-02
- Post n°3
Re: ICS IDC file for TP
Thanks for your prompt reply. The kernel is 2.6.35
"Getevent" command is normal and fit to the LCD size.
We have no idea about the hkc11xx-touch.idc data as below.
# Touch Size
touch.touchSize.calibration = pressure
# Tool Size
# Driver reports tool size as an area measurement.
#
# Based on empirical measurements, we estimate the size of the tool
# using size = sqrt(22 * rawToolArea + 0) * 9.2 + 0.
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22 <-------?
touch.toolSize.areaBias = 0 <-------?
touch.toolSize.linearScale = 9.2 <------?
touch.toolSize.linearBias = 0 <-------?
touch.toolSize.isSummed = 0 <-------?
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.01
touch.size.calibration = normalized
# Orientation
touch.orientation.calibration = none
"Getevent" command is normal and fit to the LCD size.
We have no idea about the hkc11xx-touch.idc data as below.
# Touch Size
touch.touchSize.calibration = pressure
# Tool Size
# Driver reports tool size as an area measurement.
#
# Based on empirical measurements, we estimate the size of the tool
# using size = sqrt(22 * rawToolArea + 0) * 9.2 + 0.
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22 <-------?
touch.toolSize.areaBias = 0 <-------?
touch.toolSize.linearScale = 9.2 <------?
touch.toolSize.linearBias = 0 <-------?
touch.toolSize.isSummed = 0 <-------?
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.01
touch.size.calibration = normalized
# Orientation
touch.orientation.calibration = none

grikukan- Advanced User

- Devices: ODROID-A,ODROID-BaB,ODROID-A4
Posts: 112
Join date: 2011-11-12
Location: Moscow Russia
- Post n°4
Re: ICS IDC file for TP
Have you used the kernel you built yourself or ready one
http://forum.xda-developers.com/showthread.php?t=1346664&page=34 here is a discussion on this driver
These lines are necessary for configuration of how will you use the touchscreen(with finger with stilys) and the pressure on it.
http://forum.xda-developers.com/showthread.php?t=1346664&page=34 here is a discussion on this driver
- Code:
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22
touch.toolSize.areaBias = 0
touch.toolSize.linearScale = 6
touch.toolSize.linearBias = 0
touch.toolSize.isSummed = 0
These lines are necessary for configuration of how will you use the touchscreen(with finger with stilys) and the pressure on it.

» Memory, final code and final video (in Spanish)
» ODROID-A4 IO Board
» odroid linux kernel config file "hkdk_rtm20_defconfig " missed
» odroid-7 source code
» Application source code for Embedded Android Platform based on ODROID-A4
» What is ODROID-BaB project LSED?
» CPU Module S5PV310 and K3PE7E700B
» BF040-I50B_N09 Board to Board Connector
» CPU Module Schematics
» A stupid question : How can I root the ODROID-A
» ODROID-PC Ubuntu 12.04 with HDMI
» ODROID-A4 IO Board - Oscilloscope
» OPEN RFID Tag
» About the recovery tool for Odroid-pc