I am using the below display with my Pi 4B 1 GB model. Everything works fine except a small shift in the touch. Basically if I need to play/pause, I need to touch a few mm left almost on the previous track button. Looks like a touch calibration issue. Any help here?
@gvolt and others, Any help?
Hi @njaustin123
What is the output of:
cat /boot/config.txt
cat /boot/userconfig.txt
cat /boot/volumioconfig,txt
Have you tried to setup your screen using the plugin “Pi Screen Setup”?
If not than factory reset your device and install the plugin and perform the setup.
Thanks @Wheaten.
Here is the output:
### DO NOT EDIT THIS FILE ###
### APPLY CUSTOM PARAMETERS TO userconfig.txt ###
initramfs volumio.initrd
gpu_mem=128
gpu_mem_256=32
gpu_mem_512=32
gpu_mem_1024=128
max_usb_current=1
[pi5]
usb_max_current_enable=1
[all]
include volumioconfig.txt
include userconfig.txt
# Add your custom config.txt options to this file, which will be preserved during updates
dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-7inch
#### Touch Display rotation setting below: do not alter ####
lcd_rotate=2
display_hdmi_rotate=2
### DO NOT EDIT THIS FILE ###
### APPLY CUSTOM PARAMETERS TO userconfig.txt ###
# Compute Module 4 USB configuration
[cm4]
dtoverlay=dwc2,dr_mode=host
otg_mode=1
# Pi 5 NVMe/PCIe support
[pi5]
# dtparam=uart0_console # Disabled by default
dtparam=nvme
dtparam=pciex1_gen=2
# DRM/KMS graphics driver - per-board to avoid Pi Zero 2 W boot issues
# Firmware auto-remaps overlay to board-specific variant
[pi2]
dtoverlay=vc4-kms-v3d
[pi3]
dtoverlay=vc4-kms-v3d
[pi4]
dtoverlay=vc4-kms-v3d
[pi5]
dtoverlay=vc4-kms-v3d
# Pi Zero 2 W - KMS omitted due to boot failures and no DSI connector
# HDMI works via firmware framebuffer without KMS
[pi02]
# Common settings
[all]
arm_64bit=0
dtparam=audio=on
audio_pwm_mode=2
dtparam=i2c_arm=on
disable_splash=1
hdmi_force_hotplug=1
force_eeprom_read=0
display_auto_detect=1
Haven’t tried “Pi Screen Setup”. Will try it later after you confirm.
Please factory reset the device and use the plugin.
Thanks @Wheaten . Will do that and get back
@Wheaten , Tried Pi Screen Setup. It seems working even without factory reset. Now touch response is fine. Thanks a lot.
1 Like
