User Manual

VMP400
V. 03 14/01/2020 6 ©Velleman nv
7. Driver Installation
7.1 Install the Raspbian official IMAGE.
Download the latest Raspbian IMAGE from the official website https://www.raspberrypi.org/downloads/.
Format the TF card with an SDFormatter.
Burn the official image onto the TF card using Win32DiskImager.
7.2 Obtain the LCD driver.
Online Installation
Log onto the Raspberry Pi
®
user system to command line (initial user name: pi, password: raspberry).
Get the newest driver from GitHub (the LCD should be connected to the Internet).
Offline Installation
Extract from the included CD-ROM or ask your seller.
Copy the LCD-show-160701.tar.gz drive to the Raspberry Pi
®
system root directory. Copy flash the driver
directly onto the TF card after installing the Raspbian IMAGE, or copy by SFTP or other remote copy
methods. Unzip and extract the driver files as the following command:
7.3 Install the LCD driver.
The corresponding execution for this 3.5” LCD:
The corresponding execution to switch back to the traditional HDMI display:
Wait for a moment after executing the above command before you can use the LCD.
Use this device with original accessories only. Velleman nv cannot be held responsible in the event
of damage or injury resulting from (incorrect) use of this device. For more info concerning this
product and the latest version of this manual, please visit our website www.velleman.eu. The
information in this manual is subject to change without prior notice.
© COPYRIGHT NOTICE
The copyright to this manual is owned by Velleman nv. All worldwide rights reserved. No part of this
manual may be copied, reproduced, translated or reduced to any electronic medium or otherwise without the
prior written consent of the copyright holder.
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
cd /boot
sudo tar zxvf LCD-show-160701.tar.gz
cd LCD-show/
sudo ./LCD35-show
sudo ./LCD-hdmi