Quantcast
Channel: Squeezebox : Community : Forums - Linux / Unix
Viewing all articles
Browse latest Browse all 1518

piCoreplayer with Waveshare 5": touch device does not show up

$
0
0
Hi,

I have set up piCorePlayer 8.2.0 (32bit) on a RPi 3B.

Connected to it is a waveshare 5 inch display (LCD V2 with XPT2046 touch controller).

I followed these instructions on docs.picoreplayer.org/projects/add-a-5-inch-hdmi-lcd-spi-touch

The display works fine, and pCP boots. However, I cannot get the touch controller to be recognized.

In the root partition, in config.txt, I have:

Code:

#---Begin-Custom-(Do not alter Begin or End Tags)-----
gpu_mem=128
disable_splash=1
avoid_warnings=2
hdmi_group=2
hdmi_mode=87
hdmi_drive=1
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
#---End-Custom----------------------------------------

Code:

cat /proc/bus/input/devices
lists absolutely nothing...

My config.txt looks like this

Code:

[PI0]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore.gz followkernel
kernel kernel51535.img

[PI02]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore-v7.gz followkernel
kernel kernel51535v7.img

[PI1]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore.gz followkernel
kernel kernel51535.img

[PI2]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore-v7.gz followkernel
kernel kernel51535v7.img

[PI3]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore-v7.gz followkernel
kernel kernel51535v7.img

[PI4]
initramfs rootfs-pCP-13.2.gz,modules-5.15.35-pcpCore-v7l.gz followkernel
kernel kernel51535v7l.img

[CM4]
otg_mode=1

[ALL]
cmdline cmdline.txt

hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
hdmi_drive=1

dtparam=i2c_arm=on,i2s=on,spi=on

initial_turbo=60

dtparam=audio=on
audio_pwm_mode=2

dtoverlay=disable-bt

#---Begin-Custom-(Do not alter Begin or End Tags)-----
gpu_mem=128
disable_splash=1
avoid_warnings=2
hdmi_group=2
hdmi_mode=87
hdmi_drive=1
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
#---End-Custom----------------------------------------


Viewing all articles
Browse latest Browse all 1518

Trending Articles