RPi Display: 7.84 touch screen
Last updated
Last updated
This product is a general-purpose 7.9-inch HDMI display with a resolution of 400 × 1280 and a capacitive touch panel, which supports Raspberry Pi and can also be used as a computer monitor.
7.9inch IPS screen, 400 x 1280 resolution, HDMI/USB interfaces.
5-point capacitive touch control, tempered glass panel, hardness up to 6H.
Used with Raspberry Pi, supports Raspberry Pi OS / Ubuntu / Kali and Retropie, single touch and driver free.
Using as a computer monitor, it supports Windows 11/ 10 / 8.1 / 8 / 7, five-point touch, and driver free.
After the RPi image has finished writing, open the config.txt file in the root directory of the TF card, add the following code at the end of config.txt, then save and quit the TF card safely.
After the display is rotated, the position of touch is incorrect because the touch doesn’t change with the display angle. So the touch also needs to be modified.
For this display, we provide two touch rotation methods.
1.Install libinput.
2.Create the xorg.conf.d directory under /etc/X11/ (if the directory already exists, proceed directly to step 3).
3.Copy the 40-libinput-conf file to the directory you created just now.
4.Edit this file.
Find the part of the touchscreen, add the following statement inside, and then save the file.
Similar to the picture below:
5. Restart the Raspberry Pi.
90 degree rotation: Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
180 degree rotation: Option "CalibrationMatrix" "-1 0 1 0 -1 1 0 0 1"
270 degree rotation: Option "CalibrationMatrix" "0 -1 1 1 0 0 0 0 1"
7.84 inch HDMI LCD with touch panel x1
USB A to Micro-B cable x1
HDMI 1.4a cable x1
Micro HDMI to HDMI Adapter x1