a)Download Raspbian official mirror:
https://www.raspberrypi.org/downloads/
b)Use“SDFormatter.exe”to Format your TF Card
c)Use“Win32DiskImager.exe” Burning mirror to TF Card
sudo apt update && sudo apt full-upgrade -y
sudo apt-get install git -y
Use SSH to connect the Raspberry Pi,
And Ensure that the Raspberry Pi is connected to the Internet before executing the following commands:
git clone https://github.com/Juankcba/master-gui.git
chmod -R 755 master-gui
```cd master-gui/LCD-drivers/``
sudo ./LCD35-showsudo ./LCD35-show
CN: http://www.lcdwiki.com/zh/3.5inch_RPi_Display
EN: http://www.lcdwiki.com/3.5inch_RPi_Display
cd master-gui/LCD-drivers/
sudo ./rotate.sh 180
After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)
(If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers)
sudo apt install lightdm
sudo apt install raspberrypi-ui-mods
sudo reboot now
sudo apt-get install realvnc-vnc-server
sudo raspi-config
active vnc option in Interfacing Options reboot then log with the vnc viewer
sudo apt-get install python-tk
sudo apt-get install python-tk
on vnc in the terminal put
sudo python lcd.py
now add to boot
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
@/usr/bin/python /home/pi/master-gui/lcd.py