Max2Play Home › Forums › Max2Play on Raspberry PI › Waveshare 5 Inch touchscreen – driver not working › Reply To: Waveshare 5 Inch touchscreen – driver not working
22. Februar 2017 at 21:09
#27143
Hi, I don’t know if you fix the problem, in my case I fix that adding the following line to the /boot/config.txt file
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
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 <-- this line
and uncomment this one
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on <-- this line
and reboot from the max2play webpage.
I hope this helps you.
BR
Bull
- This reply was modified 7 years, 7 months ago by Bull.