How do you get a waveshare 3.5 inch touch LCD to work with Raspbian Jessie?

依然范特西╮ 提交于 2019-12-12 04:16:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!