Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsl2681 is not working properly #225

Open
mauphuong opened this issue Mar 14, 2024 · 4 comments
Open

gsl2681 is not working properly #225

mauphuong opened this issue Mar 14, 2024 · 4 comments

Comments

@mauphuong
Copy link

Hello,
I am doing to add GSL2681 touch controller to raspberry pi. I already recomplied the kernel and added silead.ko module to system. The GSL2681 ID is 0xb4820000 and I am using the firmware: https://github.com/onitake/gsl-firmware/blob/master/firmware/linux/silead/gsl1680-b482-q8-d702.fw, but touch not working properly:

  • Touch is A location but system reconigize B location.
    Anyone know how to fix and how to get firmware of GSL2681 IC?

thanks

@onitake
Copy link
Owner

onitake commented Mar 14, 2024

Is this a complete package of touchscreen controller + touchscreen, or are you trying to build your own touchscreen interface?
If it's the latter, you can't use one of the existing firmware images. They contain device-specific calibration data and aren't compatible with other devices, even if the chip is the same.
You need to obtain the Silead calibration utility (I believe it's called "Silead Ctouch Configure Suite"). If you can't find it online somewhere, you need to contact Silead.

@mauphuong
Copy link
Author

hi @onitake,
Thank for your quick reply. Actually, I have the device working on Android, and the touch controller working well. Now I want to reuse the screen with Raspberry PI. I dont have firmware image, so I get the exisiting image from your git. Do you know how to extract GSL controller from running Android?

thanks

@onitake
Copy link
Owner

onitake commented Mar 14, 2024 via email

@mauphuong
Copy link
Author

Thank you, let me try but it seems to be impossible for my case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants