Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
The 9.3-inch 1600x600 LCD is a small, high-resolution universal capacitive touch screen compatible with most standard HDMI devices. Featuring a small, thin body, toughened glass panel, excellent display performance, and smooth multi-touch effect. The baseboard comes with its own fixing nuts for integrated projects.
Item | Description | Unit |
---|---|---|
Model | 9.3inch 1600 × 600 LCD | / |
Dimensions | 9.3 | Inch |
Viewing angle | 178 | Deg |
Resolution | 1600x600 | Pixels |
Touch screen dimensions | 239.00(H) × 94.00(V) × 1.45(D) | mm |
Display screen dimensions | 231.00(H) × 89.00(V) × 4.6(D) | mm |
Display area | 221.18(H) × 82.94(V) | mm |
Pixel pitch | 0.04608(H) × 0.13824(V) | mm |
Color gamut | 51% | NTSC |
Brightness (Max) | 800 | cd/m² |
Contrast | 1200 | / |
Backlight | OSD menu dimming | / |
Refresh rate | 60 | Hz |
Display interface | Standard HDMI port | / |
Power port | 5V Type-C interface | / |
Power consumption | 4.2 | Watt |
Weight | 280 | g |
Parameter | Min. Value | Standard Value | Max. 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 should be ≥800mA, otherwise it will lead to start-up failure or abnormal display, and a long time in an abnormal state may cause permanent damage to the device.
•Note 3: Please do not put the display in a high temperature and high humidity storage environment for a long time, the display needs to work within the limit value, otherwise it will be possible to damage the display.
If the system of the main control board can automatically identify the EDID for display, there is no need to set the relevant timing parameters additionally.
Otherwise, you can refer to the following EDID settings:
Pixel Clock | H Addressable | H Blanking | V Addressable | V Blanking | H Front Porch | H Sync Width | V Front Porch | V Sync Width | H Image Size | V Image Size | H Border | V Border |
---|---|---|---|---|---|---|---|---|---|---|---|---|
71.00 | 1600 | 260 | 600 | 36 | 130 | 32 | 10 | 10 | 220 | 89 | 0 | 0 |
Raspberry Pi OS / Ubuntu / Kali and Retropie systems are supported for Raspberry Pi. When the LCD works on these systems of Raspberry Pi, the resolution must be set manually, otherwise, it will result in incorrect display resolution and affect the experience.
1. Please download the newest image from 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, choose the image prepared in the first step, and click "Write" to write the system image.
5. After programming, open the config.txt file in the root directory of the TF card and enter the following codes at the end of config.txt. Then, save and safely eject the TF card.
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1600 600 60 6 0 0 0
6. Insert the TF card into the Raspberry Pi, power on the Raspberry Pi, wait for a few seconds normally, and then it will display normally.
Using the DDC/CI program, here is an example of the ddcutil tool.
#Install ddcutil tool:
sudo apt-get install ddcutil -y
#Detect DDC/CI monitor support:
sudo ddcutil detect
#Adjust monitor brightness, <value> should be modified to 0-100
sudo ddcutil setvcp 10 <value>
For more information about ddcutil function commands, please click here.
How to use:
Take Windows 10 as an example: