Difference between revisions of "5inch HDMI LCD"

From Waveshare Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
==Resources==
 
==Resources==
{{Infobox item |colorscheme=blue|bordercolorscheme=white
+
{{Infobox item |colorscheme=green|bordercolorscheme=white
 
|textwhite=yes
 
|textwhite=yes
 
|name=[[5inch HDMI LCD]]
 
|name=[[5inch HDMI LCD]]
Line 26: Line 26:
  
 
==FAQ==
 
==FAQ==
<font color="#008DE6">How to apply the RPi LCD in a custom Raspbian system mirror image?</font>
+
{{FAQ box|How to apply the RPi LCD in a custom Raspbian system mirror image?
 
+
|
 
Firstly, you should make sure the custom mirror image used can boot to desktop. Run the following command:  
 
Firstly, you should make sure the custom mirror image used can boot to desktop. Run the following command:  
  
Line 51: Line 51:
  
 
  sudo ./LCD-hdmi
 
  sudo ./LCD-hdmi
 +
}}
  
 
+
{{FAQ box|The system mirror image cannot run after updated. Why?
<font color="#008DE6">The system mirror image cannot run after updated. Why?</font>
+
|
 
 
 
You should update the mirror image in the same manner as the method shown below, otherwise the system mirror image may not run after updated:
 
You should update the mirror image in the same manner as the method shown below, otherwise the system mirror image may not run after updated:
  
Line 60: Line 60:
 
  sudo apt-get update
 
  sudo apt-get update
 
  sudo apt-get upgrade
 
  sudo apt-get upgrade
 
+
}}
 
==Support==
 
==Support==
 
{{Service00}}
 
{{Service00}}

Revision as of 09:56, 13 July 2015

[中文]

Resources

5inch HDMI LCD
Designed for Raspberry Pi


5 inch Resistive Touch Screen LCD, HDMI interface, Designed for Raspberry Pi
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

FAQ

 Answer:

Firstly, you should make sure the custom mirror image used can boot to desktop. Run the following command:

sudo raspi-config 

Check the configuration: Enable Boot to Desktop/Scratch -> Desktop Log in as user ‘pi’ at the graphical desktop

Download RPi LCD driver and unzip it. Copy the file LCD-show.tar.gz into your custom mirror image via the network or an U disk. Run the following command:

tar xvf LCD-show.tar.gz
cd LCD-show/
  • For 3.2inch RPi LCD (B), run the command:
sudo ./LCD32-show
  • For 3.5inch RPi LCD (A), run the command:
sudo ./LCD35-show
  • For 4inch RPi LCD (A), run the command:
sudo ./LCD4-show
  • For 5inch HDMI LCD, run the command:
sudo ./LCD5-show

Then, wait a few minutes, the system will restart automatically. When finished, the RPi LCD is ready to use.

To switch to HDMI display, run the command:

sudo ./LCD-hdmi
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

You should update the mirror image in the same manner as the method shown below, otherwise the system mirror image may not run after updated:

sudo apt-mark hold raspberrypi-bootloader
sudo apt-get update
sudo apt-get upgrade
{{{3}}}
{{{4}}}

{{{5}}}


Support

Support

If you require technical support, please go to the Support page and open a ticket.