Advertisement
Androxilogin

3.5 inch RasPi Screen

May 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. https://github.com/goodtft/LCD-show
  2.  
  3. The LCD screen and raspberry pie development board connected correctly
  4. copy the drive (LCD_show.tar.gz) to raspberry pi;
  5.  
  6. Decompression file tar -xzvf LCD_show.tar.gz
  7.  
  8. Jump into the file cd LCD-show
  9.  
  10. update system sudo apt-get update
  11.  
  12. Install driver sudo ./LCD35_v1
  13.  
  14. then after a few seconds ,the system will reboot
  15.  
  16. if you want to use the HDMI ,you can use this cmd sudo ./LCD_hdmi
  17.  
  18. Note: you must use this command sudo apt-mark hold raspberrypi-bootloader before you update your system.
  19.  
  20. Then use the command,
  21.  
  22. sudo apt-get update
  23.  
  24. sudo apt-get upgrade
  25.  
  26. Otherwise it will fail after the restart
  27.  
  28. Note:other Pins are NC;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement