The touch events come from display to Pi through USB cable. I hope it's connected. The touchscreen configuration process was described here:
https://github.com/project-owner/PeppyP ... ouchscreen
To check the configuration disable Peppy service:
sudo systemctl stop peppy
sudo systemctl disable peppy
switch on/off your player
See that calibration command works fine and handles your touches:
sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
Probably that display was registered as a different device, other than /dev/input/event0
To enable Peppy:
sudo systemctl start peppy
sudo systemctl enable peppy
reboot your player
https://github.com/project-owner/PeppyP ... ouchscreen
To check the configuration disable Peppy service:
sudo systemctl stop peppy
sudo systemctl disable peppy
switch on/off your player
See that calibration command works fine and handles your touches:
sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
Probably that display was registered as a different device, other than /dev/input/event0
To enable Peppy:
sudo systemctl start peppy
sudo systemctl enable peppy
reboot your player
Statistics: Posted by peppy.player — Sat Jan 03, 2026 4:18 pm