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

LCD35-Show touch screen not working #53

Open
idzuwan opened this issue Feb 10, 2022 · 6 comments
Open

LCD35-Show touch screen not working #53

idzuwan opened this issue Feb 10, 2022 · 6 comments

Comments

@idzuwan
Copy link

idzuwan commented Feb 10, 2022

Installed using LCD35-Show lite, display are fine but touch screen does not seem to work at all, any howtos for troubleshooting?

Raspberry PI OS Linux raspberrypi 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l (Debian Bulleye)

@clayy503
Copy link

Same with the LCD 3.2 (b) v4. Installed latest version of Raspian desktop on my 2w and only the screen display works after installing drivers, no touch.

@mcreality23
Copy link

Same here with LCD 3.5 B v2. Latest Raspbian Desktop on Pi400.

@mrt2407
Copy link

mrt2407 commented Apr 6, 2022

Same with LCD 10.1. Worked for a while but every now and then it isn't working.

@felipebraz
Copy link

Same here...

@armandoisaac
Copy link

Has anyone been able to make the touch work? I bought the screen to use it with as OctoDash but is worthless without the touch functionality.

@JimJ92120
Copy link

got it running on Pi 4B with kernel 6.1 on bullseye and bookworm (Raspberry PI OS 64-bit version) following [waveshare wiki instructions] (https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(C)#Install_the_touch_driver)
(example for C version)

also assuming x-org is used (and not wayland on bookworm)

following must be run with root privilege:

./LCD35C-show

# now
sudo  ./LCD35C-show

then updating (or creating) /usr/share/X11/xorg.conf.d/99-fbdev.conf as mentioned here:
https://forums.raspberrypi.com/viewtopic.php?t=161512#p1048180

...
  # output to LCD screen
  Option "fbdev" "/dev/fb1"

  # or replace with this to output to HDMI instead
  Option "fbdev" "/dev/fb0"
...

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

7 participants