sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
But now the display will not visible on the monitor, it will only visible to the Raspberry Pi LCD. If you want revert back to the monitor, Open the terminal and type commands to get back.
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD-hdmi
3.5inch screen
Moderator: frogmaker