Advertisement
Guest User

RaspberryPi 3.5 TFT/Touch setup

a guest
Sep 9th, 2015
2,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ======================Manual BEGIN===============================
  2. =========This guide is for Raspberry pi 2 Model B / Raspberry Pi B+=======
  3. =========How to use our 3.5 / 3.2 inch LCD?=========
  4. (Remove the spaces of URL)
  5. 1. Download offical firmware from 'https ://www.raspberrypi.org/downloads/'
  6. 2. Download LCD driver from 'http ://www.waveshare.net/w/upload/7/73/LCD-show.tar.gz' or 'http ://pan.baidu.com/s/1mgwrity#path=%252FPI%2520TFT%25203.5%2520Tongban%252F20150304(For%2520Pi%25202%2520%2526%2520B%252B)%252FLCD%2520Driver' (size:64.3MB)
  7. //we uploaded the driver to Onedrive, please refer to UR(remove the space)L: https: //onedrive.live.com/redir?resid=b94b51a97c784eac!160&authkey=!AK_VZSO62TJzptk&ithint=folder%2c
  8.  
  9. 3. sudo raspi-config
  10. please select "Enable Boot to Desktop/Scratch -> Desktop Log in as user ‘pi’ at the graphical desktop"
  11.  
  12. 4. upzip LCD-show.tar.gz and copy it to pi 2; then execute the following command;
  13.  
  14. tar xvf LCD-show.tar.gz
  15. cd LCD-show/
  16.  
  17. # for 3.2 inch RPi LCD
  18. #sudo ./LCD32-show
  19.  
  20. # for 3.5 inch RPi LCD
  21. sudo ./LCD35-show
  22.  
  23. # for 4 inch RPi LCD
  24. #sudo ./LCD4-show
  25.  
  26. # for 5 inch HDMI LCD
  27. #sudo ./LCD5-show
  28.  
  29. 4. Wait servearl mintues, then the system will reboot.
  30. Now you can use this LCD.
  31.  
  32. =========Other================
  33. Please run the following command if you want toggle to HDMI output:
  34. sudo ./LCD-hdmi
  35.  
  36. ============Please execute the following command if you can't use this lcd after you upgrade the firmware=========
  37. sudo apt-mark hold raspberrypi-bootloader
  38. sudo apt-get update
  39. sudo apt-get upgrade
  40.  
  41. (some more informations please refer to pan.baidu.com/s/1mgwrity ) , We will often update the firmware and drivers . Maybe it's slow because the server is in China.
  42. =========================END=================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement