!project walk-through 3 of 3! Install Screen 1. DL drivers from site. This version walk through uses what was available at time, 6.1.3 http://en.kedei.net/raspberry/raspberry.html *after you download driver, copy to usb drive. Then transfer file to /home/pi. GUI should auto detect drive so you don't have to figure out the path of USB. 2. Open up command prompt and unzip CMD: tar xzvf LCD*.tar.gz 3. display to 3.5 CMD: cd LCD_show_v6_1_3 CMD: ./LCD35_v *raspberry pi will reboot to 3.5 after about 20 seconds give or take 4. redisplay to HDMI CMD: cd LCD_show_v6_1_3 CMD: ./LCD_hdmi *raspberry pi will reboot to HDMI after about 20 seconds give or take 5. create file in desktop to copy and paste commands(just makes it easier until you can memorize) CMD: cd /home/pi/Desktop CMD: touch piscreen *this will create text file "piscreen" on your desktop, you can name it whatever you want. open the file and copy below text then save. ------------------ display to 3.5 CMD: cd LCD_show_v6_1_3 CMD: ./LCD35_v ------------------ redisplay to HDMI CMD: cd LCD_show_v6_1_3 CMD: ./LCD_hdmi ------------------