Connect 3.5 inch TFT display raspberrypi
Headless mode without hdmi monitor-
- > Install raspbian in SD card.
- > Create a text document named 'ssh' and remove '.txt' extention.(or enable ssh while flasing raspbian)
- > insert SD card to raspberrypi
- > Power and connect ethernet cable
- > open putty software
- > raspberrypi.local
- commands
- > username- pi
- > password- raspberry
- > cd Desktop/
- > git clone https://github.com/goodtft/LCD-show.git
- > ls
- > sudo chmod -R 755 LCD-show/
- > cd LCD-show
- > ls
- > sudo ./LCD35-show
- >restart
Comments
Post a Comment