Instructions
In order to display the image correctly when the display
is started with the Raspberry Pi, the „config.txt“-file has
to be edited first. Open it with the following command:
Now enter the following lines at the end of the file.
Aerwards, you can save the file using the key combina-
tion CTRL+O and exit the file with the combination
CTRL+X.
Now install the Touchscreen driver with the following
command:
To ensure, that the installed drivers are always initial-
ised aer the existing drivers, please copy the configu-
ration file with the following command (please write
the command in one line !):
Next, the driver must be embedded in the following file:
sudo nano /boot/config.txt
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=27
sudo cp /usr/share/X11/xorg.conf.d/10-
evdev.conf /usr/share/X11/xorg.conf.d/45-
evdev.conf
sudo apt-get install xserver-xorg-input-evdev
sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf