RPi Display: 7.84 touch screen
Last updated
// Some code
## Enable 7.84 wisdPi LCD HDMI
hdmi_group=2
hdmi_mode=87
hdmi_timings=400 0 100 10 140 1280 10 20 20 2 0 0 0 60 0 43000000 3
Display Rotate
## Display Rotate
## It can be 1: 90°; 2: 180°C; 3: 270°
display_rotate=3
## Note that the 90 and 270 degree rotation options require additional memory on the GPU, so these will not work with the 16MB GPU split.
gpu_mem=32sudo apt-get install xserver-xorg-input-libinputsudo mkdir /etc/X11/xorg.conf.dsudo cp /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/sudo nano /etc/X11/xorg.conf.d/40-libinput.confOption "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"sudo reboot