Difference between revisions of "3.5inch RPi LCD (A)"

From Waveshare Wiki
Jump to: navigation, search
m (Text replace - "http://www.waveshare.com/wiki/upload/" to "http://www.waveshare.com/w/upload/")
Line 3: Line 3:
  
 
==Resources==
 
==Resources==
 
+
[[File:3.5inch-RPi-LCD-A_l.jpg|thumb|right|300px |alt=3.5inch-RPi-LCD-A|link=http://www.waveshare.com/product/3.5inch-RPi-LCD-A.htm | 3.5inch RPi LCD (A)]]
<div class="thumb tright">
 
<div class="thumbinner" style="width:302px;">
 
<div class="Scaling">
 
<htmltag tagname="a" href="http://www.waveshare.com/product/3.5inch-RPi-LCD-A.htm" target="_blank" title="Introduction">
 
<htmltag tagname="img" alt="RPi-Camera" src="http://www.waveshare.com/img/preview/3.5inch-RPi-LCD-A_L.jpg" width="300" height="225" class="thumbimage">
 
</htmltag>
 
</div>
 
<div class="thumbcaption">
 
<div class="magnify">
 
<htmltag tagname="a" href="http://www.waveshare.com/img/preview/3.5inch-RPi-LCD-A_L.jpg" target="_blank" class="internal" title="Full View">
 
<htmltag tagname="img" src="/wiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="">
 
</htmltag>
 
</div>3.5inch RPi LCD (A)</div>
 
</div>
 
</div>
 
  
 
*[http://www.waveshare.com/product/3.5inch-RPi-LCD-A.htm Introduction]
 
*[http://www.waveshare.com/product/3.5inch-RPi-LCD-A.htm Introduction]

Revision as of 03:55, 8 May 2015

[中文]

Resources

3.5inch-RPi-LCD-A
3.5inch RPi LCD (A)

FAQ

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:

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


The system mirror image cannot run after updated. Why?

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

Support

Support

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