Uma parte da revisão foi traduzida automaticamente.
This display works on RPI B+ as well as on RPI 2 B+, Simply follow this instructions to install the driver on Raspian: http://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Drive-the-LCD.html Here you find information on how to calibrate the touch screen as it will be slightly out of sync for sure: http://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Touchscreen-calibration.html Finally you might want to install a virtual keyboard to use the RPi completely stand alone: http://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Soft_Virtual-keyboard.html
Very easy to put at work. Just follow the instructions provided here: http://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Drive-the-LCD.html You will find it easy if you have Raspian Jessie 160520, or the older one 151102. You copy LCD-show-160520.tar.gz or LCD-show-151102.tar.gz according to the jessie version, you put this in home/pi directory, extract the archive and you'll find an LCD-show directory. moving to that directory by cd LCD-show, you have one command to direct the output to the LCD, and one to revert back to the HDMI. sudo ./LCD-show for the LCD sudo ./LCD-hdmi to revert to the screen. That's it