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

Touchscreen 15 inch #823

Open
ZAIAC001 opened this issue Jun 23, 2024 · 6 comments
Open

Touchscreen 15 inch #823

ZAIAC001 opened this issue Jun 23, 2024 · 6 comments

Comments

@ZAIAC001
Copy link

Describe the bug
Touchscreen offset appears in PINN
(In systems everything is normal)
Offset seems random on each tap

To reproduce
Just connect touchscreen

System
Pi 5 8gb + NVME + Touchscreen (Via hdmi and type-c for data)
Link to my screen on aliexpress

@ZAIAC001
Copy link
Author

Im trying to make some kind of tablet and it would be great if this problem will be solved

@ZAIAC001
Copy link
Author

Maybe I need some drivers in PINN?

@procount
Copy link
Owner

You would need to identify which drivers are required for your touchscreen e.g. in Raspios.
Use something like lsusb before and after plugging in the touchscreen to identify which drivers are used.

@Numidara
Copy link

Numidara commented Jan 8, 2025

I have a similar problem for a touchscreen on RASPAD3 :
https://www.sunfounder.com/products/raspberrypi-tablet-raspad?variant=37227248386209
Any fix ?

@procount
Copy link
Owner

procount commented Jan 8, 2025

PINN is very small and only supports a limited set of touchscreens (Raspberry pi 7" & Hyperpixels), and even then, only for models before the PI5 (i.e. no KMS support yet).
Probably the RASPAD3 needs different touchscreen drivers.
I don't have access to a RASPAD3, so you would need to identify which touchscreen device you are using, what drivers it is loading up, and any specific configuration needed in config.txt to enable or configure it (if necessary).

If the touchscreen works ok in Raspios, have a look in the output of dmesg and lsusb (if connected via USB) for any mention of the touchscreen to identify it.

I can then look to adding the correct drivers.

@Numidara
Copy link

Numidara commented Jan 8, 2025

222a.0001.txt
222a:0001 ILI Technology Corp. Multi-Screen ;)
https://linux-hardware.org/?id=usb:222a-0001

Thank you in advance :)

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

No branches or pull requests

3 participants