I noticed all touch screens supported by the Raspberry Pi in boot/overlays/ have a sensitivity parameter (see https://github.com/raspberrypi/firmware ... t/overlays), but there is no such option for the official 7" inch screen which uses a FT5406 controller:
Code: Select all
Name: rpi-ft5406
Info: Official Raspberry Pi display touchscreen
Load: dtoverlay=rpi-ft5406,<param>=<val>
Params: touchscreen-size-x Touchscreen X resolution (default 800)
touchscreen-size-y Touchscreen Y resolution (default 600);
touchscreen-inverted-x Invert touchscreen X coordinates (default 0);
touchscreen-inverted-y Invert touchscreen Y coordinates (default 0);
touchscreen-swapped-x-y Swap X and Y cordinates (default 0);
I'm asking this since I find the sensitivity a bit low. Most of time it's working, but under some circumstances light finger presses are ignored