Commit b0fa7ff
committed
fix: set FT5x06 touchscreen threshold to reduce phantom touch events (#58)
The edt-ft5406 touchscreen node had no threshold property, leaving the
chip at its hardware default of 0 (zero noise rejection). This makes
the controller susceptible to phantom touch events from EMI or power
supply ripple, which users report as the device randomly opening the
Settings screen without physical interaction.
Set threshold to 40 to provide reasonable noise rejection while
maintaining touch responsiveness.1 parent a8141da commit b0fa7ff
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments