Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
5DP-CAPLCD is a universal capacitive touch screen with high resolution and is compatible with most standard HDMI devices.
It boasts a toughened glass capacitive touch panel that results in a smooth multi-touch effect while being thin and lightweight.
The baseboard has integrated interfaces, which enables users to integrate it into an all-in-one project more conveniently.
Item | Description | Unit |
---|---|---|
Model | 5DP-CAPLCD | / |
Size | 5.0 | Inch |
Viewing Angle | 178 | Deg |
Resolution | 1024×600 | Pixels |
Display Area | 108.03(H)×64.8(V) | mm |
Pixel Pitch | 0.1055(H)×0.1080(V) | mm |
Color Gamut | 58% | NTSC |
Maximum Brightness | 800 | cd/m² |
Contrast | 800:1 | / |
Backlight Adjustment | OSD Menu Brightness Adjustment | / |
Refreshing Rate | 60 | Hz |
Display Interface | Standard HDMI Interface | / |
Touch Port | Type-C Interface | / |
Power Port | Type-C Interface | / |
Power Consumption | 4.2 | Watt |
Parameter | Minimum Value | Standard | Maximum Value | Unit | Note |
Input Voltage | 4.75 | 5.00 | 5.25 | V | Note 1 |
Input Current | 800 | 850 | TBD | mA | Note 2 |
Operating Temperature | 0 | 25 | 60 | ℃ | Note 3 |
Storage Temperature | -10 | 25 | 70 | ℃ | Note 3 |
•Note 1: Input voltage exceeding the maximum value or improper operation may cause permanent damage to the device.
•Note 2: The input current must be ≥850mA, otherwise, it will cause startup failure or abnormal display, and it may cause permanent damage to the device if it is in an abnormal state for a long time.
•Note 3: Please do not store the display in a high-temperature and high-humidity environment for a long time. The display must work within the limited value range, otherwise, the display may be damaged.
Please prepare the following wires. Here we take Raspberry Pi 5 as the connection example:
Connect the wires ①②③ to the corresponding position as shown in the picture:
Connect the wire ① to the ④ LCD adapter (select ④ or ⑤ according to your Raspberry Pi model), and then connect it to the micro HDMI interface of Raspberry Pi.
Connect the wire ② to the USB interface of the Raspberry Pi; and connect the wire ③ to the 5V GND pin of the Raspberry Pi.
After connecting the wires as shown above, check the connection is correct and then connect it to the 5V power supply.
Support Raspberry Pi OS/Ubuntu/Kali and Retropie system. When LCD works with the Raspberry Pi systems, you must set the resolution manually. Otherwise, the resolution is not correct and it will affect your experience.
1. Please download the latest image in the official Raspberry Pi website.
2. Download the compressed file on the PC and unzip it to get the ".img" file.
3. Connect the TF card to the PC and use SDFormatter to format the TF card.
4. Open Win32DiskImager, select the system image prepared in the first step and click "write" to program the system image.
5. After programming, you can open the "config.txt" file in the TF card root directory. Add the following code at the end of "config.txt", save it, and then safely remove the TF card.
hdmi_force_hotplug=1
config_hdmi_boost=10
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
6. Insert the TF card into the Raspberry Pi, power on the Raspberry Pi, and wait for a few seconds for a normal display.
Take Windows 10 as an example: