3.5-inch RPi LCD (A) User Manual
WARNING
Please read this user manual carefully before you use the display. Incorrect use may cause irreparable damage or even cause electric shock and fire. To avoid damaging the display, please observe the following rules during the installation and using.
- To prevent from fire disaster or electronic shock, please do not put the display in humidity or even in a worse condition;
- To avoid dust, moisture and extreme temperatures, please DO NOT place the display in any damp area. Please place the device on a stable surface when in use;
- DO NOT put any object or splash any liquid into the ports of openings of the display;
- Before using the display, please make sure all the cables are connected properly and all the cables included the power cord are proper to use. If any cables or accessories are missed or broken, please contact Waveshare immediately;
- DO NOT attempt to take apart the PCBA and the raw display panel, which may damage the display panel. If you face any problem about the display, please contact our Support Team by ticket;
- The display glass may break when it is dropped or bumped on a hard surface, please handle with care.
ACCESSORIES
Before using the product, please check if all the accessories are packaged properly and in perfect condition
- RPi screws pack [for fixing]
- Pen [for touch]
SPECIFICATION
General
- Size: 3.5"
- Resolution: 480×320
- Touch Port: SPI
- Display Port: SPI
- Certificate1: CE
- Certificate2: RoHS
- Touch Type: Resistive
- Consumption: Lower Power
- PCB: Immersion Gold
Hardware Details
- The hardware resolution is 480 x 320.
- Resistive touch control.
- It is compatible and can be directly inserted into any version of Raspberry Pi.
- Provide drivers (works with your own Raspbian/Ubuntu/Kali and Retropie system directly).
- Support FBCP software driver, which can set the software resolution and dual-screen display.
- As big as your Raspberry pi.
INTERFACES
PIN NO. | SYMBOL | DESCRIPTION |
---|---|---|
1, 17 | 3.3V | Power positive (3.3V power input) |
2, 4 | 5V | Power positive (5V power input) |
3, 5, 7, 8, 10, 12, 13, 15, 16 | NC | NC |
6, 9, 14, 20, 25 | GND | Ground |
11 | TP_IRQ | Touch Panel interrupt, low level while the Touch Panel detects touching |
18 | LCD_RS | Instruction/Data Register selection |
19 | LCD_SI / TP_SI | SPI data input of LCD/Touch Panel |
21 | TP_SO | SPI data output of Touch Panel |
22 | RST | Reset |
23 | LCD_SCK / TP_SCK | SPI clock of LCD/Touch Panel |
24 | LCD_CS | LCD chip selection, low active |
26 | TP_CS | Touch Panel chip selection, low active |
DISPLAY SETTING
To use with the Raspberry Pi, you need to install the driver
- Write Raspberry Pi OS image to the TF card by Raspberry Pi Imager which can be downloaded from Raspberry Pi official website.
- Insert the TF card into the Raspberry Pi board. The LCD will display after booting up, and then log in to the Raspberry Pi terminal, (You may need to connect a keyboard and HDMI LCD to Pi for driver installing, or log in remotely with SSH)
- Then open the terminal of Raspberry Pi to install the driver.
git clone https://github.com/waveshare/LCD-show.git
cd LCD-show/
./LCD35-show
The Raspberry Pi must be connected to the network throughout the process
The screen will work after restart.
Notes:
- Executing apt-get upgrade will cause the LCD to fail to work properly. In this case, you need to edit the config.txt file in the SD card and delete this sentence:
dtoverlay=ads7846
. - Using with Raspbian-lite, the command of the driver installation should be:
./LCD35-show lite
CONNECTION
Connect to Raspberry 4B
[Diagram description: Shows the physical connection of the 3.5-inch RPi LCD to a Raspberry Pi 4B board via its GPIO header.]
Connect to Raspberry 3B+
[Diagram description: Shows the physical connection of the 3.5-inch RPi LCD to a Raspberry Pi 3B+ board via its GPIO header.]
Connect to Raspberry Pi Zero W
[Diagram description: Shows the physical connection of the 3.5-inch RPi LCD to a Raspberry Pi Zero W board via its GPIO header.]
Note: Connect the GPIO interface. The Raspberry Pi has 40 GPIO pins, and the screen has 26 pins. Pay attention to the corresponding screen pins and Raspberry Pi pins when connecting.
- Connect the female header of the screen to the pin header of the Raspberry Pi.
- Connect a power adapter to the Raspberry Pi to power on.
FAQ
Q: Why can not the LCD be used normally when using the official image provided by the Raspberry Pi?
A: The LCD must have a driver installed for normal use. For details, please refer to the relevant introduction in the user manual.
Q: What is the operating temperature of the 3.5inch RPi LCD (A)?
A: Commercial grade (0~70 degrees Celsius).
Q: What are the power requirements?
A: When working with 5V input, the current is about 150mA.
Q: Why can not the LCD be used normally when using the Raspberry Pi image provided by Waveshare?
A: Since the Raspberry Pi image and version are frequently updated, if you encounter a situation where the LCD cannot be used normally, please download the latest version of the image provided by us or from the official website of Raspberry Pi and install the latest driver provided by us.
- Make sure the hardware connection is correct and the contact is good.
- Make sure that TF card programming is normal.
- When the Raspberry Pi starts normally, the PWR light is always on, and the ACT light is flashing. If it is found that both lights are always on, it may be that the TF card is not successfully programmed to the image or the TF card is in poor contact with the Raspberry Pi.
- It is recommended to use a 5V 2.5A power adapter for the Raspberry Pi. If the Raspberry Pi is powered by the USB port of the PC, the Raspberry Pi may not be able to start normally due to an insufficient power supply.