Skip to main content

7inch HD Touchscreen

1. Introduction

The 7'' HD Touchscreen features a 1024×600 resolution and a 170° wide viewing angle with a capacitive touch interface. It includes fixed M2.5 screw holes and a flexible flat cable, saving installation space and is compatible with most standard HDMI devices to meet various application needs.

2. Product Specifications

ItemDescriptionUnit
Model7'' HD Touchscreen/
Size7.0Inch
Viewing Angle170Deg
Resolution1024×600Pixels
Dimensions164.28(H)×99.17(V)×8.8(D)mm
Display Area154.58(H)×86.42(V)mm
Color Gamut50%NTSC
Maximum Brightness300cd/m²
Contrast Ratio800:1/
Backlight AdjustmentPWM software control/
Refresh Rate60+Hz
Display InterfaceStandard HDMI interface/
Power Interface5V power supply/
Power Consumption2.2Watt

3. Using with Raspberry Pi

3.1 Hardware Connection:

  1. Turn on the backlight switch located on the back of the screen.
  2. Connect one end of the FFC cable to the HDMI FFC connector on the screen and the other end to the HDMI adapter. Then secure the Raspberry Pi and finally plug the HDMI connector into the Raspberry Pi.
  3. Connect the USB cable between the Raspberry Pi and the screen.
  4. Connect the 3-pin cable between the Raspberry Pi and the screen.
  5. Connect the power adapter to the display to turn it on.

3.2 Software Setup

Supports Raspberry Pi OS, Ubuntu, Kali, and Retropie systems.

  1. Connect the TF card to the PC.

  2. Download and install the Raspberry Pi Imager from the Raspberry Pi official website.

  3. Launch the imager, select the TF card you wish to write the image to (Note: It's best to remove any other USB storage devices to prevent accidental erasure of data).

  4. Preconfigure the system settings by holding CTRL+SHIFT+X (or clicking the small gear icon in the bottom-right corner) and then save.

  5. Click the write button to write the data to the TF card.

  6. After writing is complete, open the /boot/firmware/ directory and append the following lines to the end of the config.txt file, then save and exit:

    hdmi_group=2
    hdmi_mode=87
    hdmi_cvt 1024 600 60 6 0 0 0
    hdmi_driver=1
  7. Insert the TF card into the Raspberry Pi, power it up, and wait a few seconds for the display to initialize properly.

3.3 PWM Dimming

First, remove the 0 ohm resistor highlighted in red in the diagram below, then connect the external PWM signal to the GND pad on the screen.