waveshareteam / LCD-show

398 stars 179 forks source link

spi not working after touch-driver installation #45

Open snoweuph opened 3 years ago

snoweuph commented 3 years ago

I have this screen: https://www.waveshare.com/wiki/5inch_HDMI_LCD before i installed the touch driver i could use SPI in python without problems, now after installing the driver i get the error:

      spi.open (0.0)
FileNotFoundError: [Errno 2] No such files or directory 
snoweuph commented 3 years ago

If I comment out this line in the config.txt everything is working fine again, without touch, but i want touch and my analog inputs to work

dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
DamianK77 commented 3 years ago

I have the same problem, is it fixed yet?

snoweuph commented 1 year ago

Waveshare is the Typical Chinese Company that has nice hardware but suck at software