Connect 3.5 inch TFT display raspberrypi

Headless mode without hdmi monitor-
  1. > Install raspbian in SD card.
  2. > Create a text document named 'ssh' and remove '.txt' extention.(or enable ssh while flasing raspbian)
  3. > insert SD card to raspberrypi
  4. > Power and connect ethernet cable
  5. > open putty software
  6. > raspberrypi.local
  7. commands
  8. > username- pi
  9. > password- raspberry
  10. > cd Desktop/
  11. > git clone https://github.com/goodtft/LCD-show.git
  12. > ls
  13. > sudo chmod -R 755 LCD-show/
  14. > cd LCD-show
  15. > ls
  16. > sudo ./LCD35-show
  17. >restart 
Back to hdmi monitor (Display to hdmi Interface)-

Comments