Changes

Jump to navigation Jump to search

3.5 LCD B

3,162 bytes added, 18:33, 30 March 2020
[[File:35-LCD-IMG-6790.jpg|thumb|right|PI 4 ABS Case for 3.5 inch LCD]]
[[File:35-LCD-IMG-5355.jpg|thumb|right|Raspberry Pi 3.5 inch LCD B]]
[[File:35-LCD-IMG-5351.jpg|thumb|right|Raspberry Pi 3.5 inch LCD B]]
[[File:600px-3.5-MHS-main-2-20181107-9.jpg|thumbnail|right|RPi 3.5inch LCD Display]]
[[File:35-LCD-IMG-5329.jpg|thumb|right|PI 3 ABS Case for 3.5 inch LCD]]
{{GD Template Impl}}

== Features ==
* 320×480 resolution
* Resistive touch control
* With the refresh rate of raspberry pie around 50Hz (Max. 60Hz), play video to play the game without pressure
* Compatible with Raspberry Pi 4 Model B and Raspberry Pi A, B, A+, B+, 2B, 3B, 3B+versions
* Drivers provided (works with your own Raspbian/Ubuntu directly)
* Supports Raspbian system, ubuntu system,kali Linux system

== Key Parameters ==
* LCD Type: TFT
* LCD driver IC: ILI9486L
* LCD Interface: SPI (up to 125MHz SPI input, Max FPS: 50Mhz)
* Touch Screen Type: Resistive
* Touch Screen Controller: XPT2046
* Colors: 65536
* Backlight: LED
* Resolution: 320*480 (Pixel)
* Backlight Current: 120ma
* Power: 0.16A x 5V
* Operating Temp. (℃): -20~70

==Interface==

[[File:Interface-W800.jpg]]

== Packing List ==
* 1 x TFT Module
* 1 x Touch Pen

==Driver Installation==
1. Install the Raspbian/UbuntuMate official mirror
* Download the latest Raspbian/ubuntumate mirror from official site
* Use <SDFormatter> [[File:SDFormatterV4.zip]] or [https://www.sdcard.org/downloads/formatter_4/ SD Formatter 4.0 for SD/SDHC/SDXC] to format Micro SD card
* Use <Win32DiskImager> [[File:Win32DiskImager.zip]] or [[File:Usbit174.zip]] to burn the official image to Micro SD card

2. Connect with RaspberryPi
* Align right-side to insert the LCD screen
* Plug-in MicroSD card, connect network and power

[[File:Step2.jpg]]

3. Installation guide on Raspbian
* Login to raspberryPi terminal by SSH (user name: pi ,password: raspberry)
* Execute the following commands (raspberryPi needs to connect Internet):
or refer to https://github.com/goodtft/LCD-show
<pre>
cd /home
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MHS35-show
sudo reboot
</pre>

4: Installation guide on Ubuntu Mate, Kali, Retropie
* For Ubuntu: https://github.com/lcdwiki/LCD-show-ubuntu
* For Kali: https://github.com/lcdwiki/LCD-show-kali
* For Retropie: https://github.com/lcdwiki/LCD-show-retropie

* After the above commands are executed, the system will automatically restart and be able to display and touch normally now.

Note: after installing this driver, the HDMI output will be disabled. If it is necessary to switch back to the HDMI display, execute:

<pre>sudo ./LCD-hdmi</pre>

==FAQ==
Q: How to rotate the screen?

A: run the following shell command:(you need to install driver fristly, change the digital 90 to what you want)
cd LCD-show/
sudo ./rotate.sh 90

Q: Does this screen support Windows?

A: NOT support windows, and supports Raspbian/Ubuntu Mate/Kali/Retropie.

== Matching ABS Case ==
[[File:35-LCD-IMG-6790.jpg]]

[[File:35-LCD-IMG-5329.jpg]]


[[Category:Product Manual]]
[[Category:Raspberry pi]]
<comments/>

Navigation menu