问题
I have a waveshare 3.5 inch touch LCD display and I m trying to get it working with the latest version of Raspbian A.K.A Raspbian Jessie. I followed futurice.com 's tutorial on getting it to work (tutorial is titled I'd like some LCD on my pi) and it worked on Raspbian Wheezy just fine. All I get now is a blank white screen. All help is greatly appreciated! (I must use the official Raspbian Jessie image without NOOBS from the Raspberry pi website.) I have a Raspberry Pi 2 Mobel B +.
回答1:
From the product page:
Why the LCD doesn't work with my Raspbian? To use the LCD with the Raspberry Pi official image, driver should be installed first. Please refer to the user manual. However, for the first testing, you may want to use our provided image directly. Why the LCD still doesn't work with the Waveshare provided image? Make sure the hardware connection is correct and connects fine. Make sure the image in TF card is burnt correctly. The PWR will keep on and the ACT will keep blinking when the Raspberry Pi starts up successfully, in case both of the two LEDs keep on, it is possible that the image was burnt incorrectly OR the TF card was in bad contact. Which power supply should I use? It is strongly recommended to use a stand-alone 5V/2A power adapter, because the PC's USB port might doesn't have enough power to support the Pi and LCD. For more info, please check the wiki page
You can find more info on their wiki.
It sounds like you either need to use their Raspian image, or install the driver for this display on your existing Raspian install:
wget http://www.waveshare.net/w/upload/7/73/LCD-show.tar.gz
tar xvf LCD-show.tar.gz
cd LCD-show/
sudo ./LCD35-show
来源:https://stackoverflow.com/questions/35498911/how-do-you-get-a-waveshare-3-5-inch-touch-lcd-to-work-with-raspbian-jessie