5inch 720x1280 LCD
Overview
Introduction
5inch 720x1280 LCD is a universal capacitive touch screen with high-definition resolution, compatible with most standard HDMI devices.
It features a thin and light body, a rigid tempered glass cover, excellent display performance, and smooth multi-touch effect.
Features
• 5-inch IPS screen with 720x1280 hardware resolution
• 5-point capacitive touch with tempered glass panel, hardness up to 6H
• When used with Raspberry Pi, it supports Raspberry Pi OS/Ubuntu/Kali and Retropie
• When used as a computer monitor, it supports Windows 11/10/8.1/8/7
• Supports HDMI audio output, onboard 2*2PIN speaker interface
Specifications
| Item | Description | Unit |
|---|---|---|
| Type | 5inch 720x1280 LCD | / |
| Size | 5 | Inch |
| Viewing angle | 178 | Deg |
| Resolution | 720x1280 | Pixels |
| Touch screen size | 68.70(H)×128.00(V) | mm |
| Display area | 62.10(H)×110.40(V) | mm |
| Color gamut | 70% | NTSC |
| Maximum brightness | 350 | cd/m² |
| Contrast | 800:1 | / |
| Backlight adjustment | Software backlight adjustment | / |
| Refresh rate | 60 | Hz |
| Display interface | Standard HDMI interface | / |
| Power Interface | 5V Type-C power supply | / |
| Power consumption | 2 | Watt |
Electrical Specifications
| Parameters | Minimum Value | Standard Value | Maximum Value | Unit | Note |
| Input voltage | 4.75 | 5.00 | 5.25 | V | Note 1 |
| Input current | 360 | 400 | TBD | mA | Note 2 |
| Operating temperature | 0 | 25 | 50 | ℃ | Note 4 |
| Storage temperature | -20 | 25 | 60 | ℃ | Note 4 |
•Note 1: Input voltages exceeding the maximum or improper operation may cause permanent damage to the device.
•Note 2: The input current needs to be ≥ 400mA, otherwise it will cause the startup failure or display abnormality, and staying in an abnormal state for a long time may cause permanent damage to the device.
•Note 3: Please do not store the display panel in a high-temperature and high-humidity environment for a long time. The display panel should operate within its limits, otherwise it may be damaged.
Interfaces
User Guide
Working with Raspberry Pi
Hardware Connection
1. Connect the Touch interface to the USB interface of Raspberry Pi
2. Connect the HDMI interface to the HDMI interface of Raspberry Pi

Software Settings
Raspberry Pi OS/Ubuntu/Kali and Retropie systems for Raspberry Pi.
- 1. Connect the TF card to the PC, download and use Raspberry Pi Imager to flash the corresponding system image.
- 2. After the image flashing is completed, open the config.txt file in the root directory of the TF card, add the following code at the end of the config.txt, save and safely eject the TF card.
Note: Since Pi5/Pi4/CM4/CM3+/CM3 has two HDMI interfaces, please note that the correct HDMI interface and instructions are used, HDMI0 is recommended by default.
hdmi_group=2 hdmi_mode=87 hdmi_force_hotplug=1 max_framebuffer_width=720 max_framebuffer_height=1280 hdmi_timings=720 0 80 20 76 1280 0 10 10 10 0 0 0 63 0 74250000 0
- 3. Insert the TF card into the Raspberry Pi, power on the Raspberry Pi, and wait for a few seconds normally to enter the display. After the system starts, it can be touched normally.
Display Rotation
If you are using the Bullseye/Buster system, you can rotate it as follows:
- 1. Go to "Screen Configuration".
- 2. Set the rotation as shown below.
If you are using a different version of the system, rotate it in the following way:
- 1. Add a statement to the config.txt file (the config file is located in the root directory of the TF card, i.e., in the /boot folder):
display_rotate=1 #1: 90; 2: 180; 3: 270
- 2. Save the changes and then reboot the Raspberry Pi
sudo reboot
Touch Rotation
Due to the inconsistency of the touch direction after rotation, you need to perform the touch rotation as follows:
1. Install libinput
sudo apt-get install xserver-xorg-input-libinput
- If you have Ubuntu or Jetson Nano installed. The installation code is:
sudo apt install xserver-xorg-input-synaptics
2. Create the xorg.conf.d directory under /etc/X11 (if the directory already exists, proceed directly to step 3).
sudo mkdir /etc/X11/xorg.conf.d
3. Copy the 40-libinput-conf file to the directory you created just now.
sudo cp /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/
4. Edit this file
sudo nano /etc/X11/xorg.conf.d/40-libinput.conf
Find the touchscreen section, add the following statement inside, and then save the file.
Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
Similar to the picture below:
5. Reboot Raspberry Pi
sudo reboot
After completing these steps, you can perform a 90-degree rotation.
Note:
90 degree rotation: Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
180 degree rotation: Option "CalibrationMatrix" "-1 0 1 0 -1 1 0 0 1"
270 degree rotation: Option "CalibrationMatrix" "0 -1 1 1 0 0 0 0 1"
Working with PC
Supporting Windows 11/10/8.1/8/7 system. How to use:
1. Connect the Touch interface of the LCD to the USB interface of the PC, and Windows will automatically recognize the touch function.
2. Connect the HDMI interface of the LCD to the HDMI interface of the PC, and Windows will automatically recognize the display function.

- Note:
- Some PCs do not support HDMI devices plug and play, and can be used normally after restarting the system.
- If the USB port is not powered enough and the LCD screen will flicker, it is recommended to connect directly to the USB port of the computer motherboard to ensure stable power supply.
Windows Specified Touch Screen
Take Windows 10 as an example:
- 1.Go to Windows settings of the system, enter in the search bar and click on Calibrate the screen for pen or touch input (as shown in the figure below)
- 2. In the pop-up Tablet PC Settings interface, click Setup
- 3. The text prompt shown below will appear on the screen. Please click on the touchpad with your finger and the computer will recognize it as a touch screen.
FAQ
Resources
Support
Technical Support
If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)







