Difference between revisions of "4 Inch Touch Screen Monitor for Raspberry Pi"
From Wiki
(→Step2) |
(→Step2) |
||
Line 47: | Line 47: | ||
<li>7. The terminal page appears once you click open. By default, the ID is "pi" and the password is "raspberry". Note the alphabetic case.</li> | <li>7. The terminal page appears once you click open. By default, the ID is "pi" and the password is "raspberry". Note the alphabetic case.</li> | ||
'''Note: The password characters are hidden when you are entering.''' | '''Note: The password characters are hidden when you are entering.''' | ||
+ | <br> | ||
[[File:SC009 9.png]] | [[File:SC009 9.png]] | ||
+ | <br> | ||
<li>Type in the following commands in order. Press "Enter" once each time you've finished one line.</li> | <li>Type in the following commands in order. Press "Enter" once each time you've finished one line.</li> | ||
− | + | # sudo rm -rf LCD-show | |
− | sudo rm -rf LCD-show | + | # git clone https://github.com/goodtft/LCD-show.git |
− | git clone https://github.com/goodtft/LCD-show.git | + | # chmod -R 755 LCD-show |
− | chmod -R 755 LCD-show | + | # cd LCD-show/ |
− | cd LCD-show/ | + | # sudo ./MHS40-show |
− | sudo ./MHS40-show | + | <br> |
− | + | ||
The above commands executed, the system restarts automatically for display and touch in good condition. | The above commands executed, the system restarts automatically for display and touch in good condition. | ||
</ol> | </ol> |
Revision as of 02:51, 7 April 2020
Introduction
This monitor is specially designed for Raspberry Pi.First use requires some configuration
Step1
Download the image you need by accessing the Raspberry Pi official tool
https://www.raspberrypi.org/downloads/
The following page pops up after the tool installation.
Click "CHOOSE OS" to choose the control system.
Click "CHOOSE SD CARD".
Click "WRITE" to start writing in the system. Please wait for a moment.
Step2
- The good use of the screen requires you to install a driver and you can do it by connecting to RPi via ssh.
- Connect the RPi & the screen as shown. Align the pin header on the RPi with that on the screen.
- Insert the SD card into the SD slot on RPi. Then plug the RPi power adapter and network cable.
- 4. The RPi starts as soon as it's connected to the power supply. Next, you can find your RPi ip.
- Check the RPi ip via Advanced IP Scanner.
- Advanced IP Scanner download link: https://filehippo.com/download_advanced_ip_scanner/
- 5. Got the ip, you can use putty tool to control RPi remotely via ssh remote connection.
- putty download link: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Download finished, putty page is as shown. You need to input RPi ip, and type in 22 in the port box. Check ssh and click open to connect with RPi.
- 7. The terminal page appears once you click open. By default, the ID is "pi" and the password is "raspberry". Note the alphabetic case.
- Type in the following commands in order. Press "Enter" once each time you've finished one line.
- sudo rm -rf LCD-show
- git clone https://github.com/goodtft/LCD-show.git
- chmod -R 755 LCD-show
- cd LCD-show/
- sudo ./MHS40-show
Note: The password characters are hidden when you are entering.
The above commands executed, the system restarts automatically for display and touch in good condition.