Skip to content

official 7inch DSI panel spurious touch events #4749

Open
@ardera

Description

@ardera

Describe the bug

  • When using the official 7inch panel Spurious touch events happen at a rate of about 2.2 events per second with the latest touch fix in edt-ft5x06 touchscreen fixes #4736. Most of the time at coordinates 799, 479, sometimes at 499, -3616.

To reproduce

  • attach an official 7inch DSI panel to the Pi
  • upgrade kernel to latest version using rpi-update (because touch needs edt-ft5x06 touchscreen fixes #4736 to be working at all)
  • run evtest (sudo apt install evtest) and select the generic ft5x06 device
  • don't touch the screen
  • there's still touch events reported

Expected behaviour

  • no touch events reported when the screen is not being touched, as was the case in older raspbian as well (so it must be somehow possible to get it working)

Actual behaviour

  • touch down and touch up events are reported even though the screen is not being touched, with about 2.2 touch down events per second, at pos 799, 479 and rarerly 499, -3616
  • (see evtest output)

System

raspinfo.txt

  • Model: Raspberry Pi 4B+
  • $ cat /etc/rpi-issue
    Raspberry Pi reference 2021-10-30
    Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 
    288b21fc27e128ea6b330777aca68e0061ebf4fe, stage2
    
  • $ vcgencmd version
    Nov 16 2021 17:38:45
    Copyright (c) 2012 Broadcom
    version 99c5aad7da0d1e3b2c28669a3941db77734b9f2d (clean) (release) (start)
    
  • $ uname -a
    Linux hpi4 5.10.81-v7l+ #1492 SMP Fri Nov 26 21:42:52 GMT 2021 armv7l GNU/Linux
    

Logs
output of evtest

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions