Difference between revisions of "7HP-CAPQLED"

From Waveshare Wiki
Jump to: navigation, search
Line 1: Line 1:
 
+
<div class="tabber">
 +
<div class="tabbertab" title="Introduction">
 
{{Infobox item|colorscheme=green
 
{{Infobox item|colorscheme=green
 
|name= 7HP-CAPQLED
 
|name= 7HP-CAPQLED
Line 15: Line 16:
 
{{Product List|Mini PC/Raspberry Pi/Displays}}
 
{{Product List|Mini PC/Raspberry Pi/Displays}}
 
}}
 
}}
== '''Introduction''' ==
 
7inch QLED Quantum Dot Display, Capacitive Touch, 1024×600, G+G Toughened Glass Panel, Various Devices & Systems Support
 
 
{{Amazon|{{#urlget:amazon|default}}=display
 
|More = [https://www.waveshare.com/7hp-capqled.htm More]}}
 
 
== '''Features''' ==
 
* 7inch QLED quantum dot display, wider color gamut, more pure chroma and longer lifetime.
 
* 1024x600 hardware resolution, support software resolution (up to 1920x1080)
 
* Toughened glass capacitive touch panel, 6H hardness. (case version only)
 
* Support Jetson Nano Developer Kit, driver free
 
* Used with Raspberry Pi, supports Raspbian, Ubuntu, WIN 10 IoT, driver free.
 
* Support popular Game Consoles like Xbox360, PS4 and SWITCH.
 
* Multi-languages OSD menu, for power management, brightness/contrast adjustment, etc.
 
* It has a 3.5mm audio jack and supports HDMI audio output
 
 
==What's ON Board==
 
[[File:7HP-CAPQLED-Exterior-Size.jpg|700px]]<br />
 
=='''Working with PC'''==
 
This product supports Windows 10/8.1/8/7 OS.:<br />
 
<font size = 3 >1. Connect the TOUCH interface of LCD to the USB interface of PC. Wait for a while, the windows will automatically recognize the touch function.<br />
 
2. Connect the HDMI interface of LCD to the HDMI port of PC. About 5s later, you can see the LCD display properly. If you need the audio, you can insert a 3.5mm earphones to HP ports.<br />
 
</font>
 
Note:<br />
 
1) When the computer is connected to several different displays at the same time, only this LCD can be used to control the cursor on the main display, so we recommended to set this LCD as the main display.<br />
 
2) Some of PC cannot support HDMI screen Hot Plug. In this case, restart the PC can solve.<br />
 
3) Sometimes LCD will flicker because of undersupplying from USB cable of PC. You need to connect an external power supply (5V/2A)  to DC port.<br />
 
4) HP audio output only works while using HDMI communication<br />
 
5) [https://www.waveshare.com/Mini-HDMI-Male-to-VGA-Female-Cable.htm Mini HDMI to VGA Cable] is necessary and need to be purchased separately if you use VGA communication.
 
 
{{Touch Setting on Win 10 PC}}
 
 
== '''Working with Raspberry Pi''' ==
 
Supports Raspbian/Ubuntu mate/Windows 10 IoT Core
 
 
When working with Raspberry Pi, you should set the resolution of the LCD by yourself, otherwise, the LCD screen will not work. For more detailed information, please read the following section.
 
 
Please download the latest version of the image on the [https://www.raspberrypi.org/downloads/ Raspberry Pi official website.]
 
 
1) Download the compressed file to the PC, and unzip it to get the .img file.
 
 
2) Connect the TF card to the PC, use SDFormatter.exe software to format the TF card.
 
 
3) Open the Win32DiskImager.exe software, select the system image downloaded in step 1, and click‘Write’ to write the system image.
 
 
4) After the image has finished writing, open the config.txt file in the root directory of the TF card, and comment out dtoverlay=vc4-fkms-V3D.
 
 
5) Add the following code at the end of config.txt, then save and quit the TF card safely.
 
<pre>
 
max_usb_current=1
 
hdmi_force_hotplug=1
 
config_hdmi_boost=10
 
hdmi_group=2
 
hdmi_mode=87
 
hdmi_cvt 1024 600 60 6 0 0 0
 
</pre>
 
 
You must make sure that there are no spaces on either side of the equal sign.
 
 
6) Save and connect the TF card to your Pi then power up.
 
 
7) Connect the Touch interface of LCD to the USB port of Raspberry Pi.
 
 
8) Connect the HDMI interface of LCD to the HDMI port of Raspberry Pi.
 
 
 
 
'''Note: '''
 
* Resolution of Ubuntu Mate OS or Windows 10 IoT Core OS can also be set properly by editing config.txt.
 
* For Pi Zero / Zero W: if you've used an SD card on a Pi 3 and then attached the card to the Pi Zero, the touch screen often doesn't work. In such cases, you have to write a fresh system image to the SD card. The first boot up must be done on the Pi Zero but not Pi 3, due to initialization for a corresponding device.
 
*On December 2, 2021, the Raspberry Pi OS was divided into two branches, the Buster branch and the Bullseye branch. The Buster branch is a continuation of the old system and is more stable. The Bullseye branch added some new features, using open source libraries and new interfaces. Since the current Bullseye branch has just been released shortly, it is not stable yet. If you are an industrial user, it is strongly recommended to use the Buster branch.
 
 
*If you use the Buster branch system, you can use it according to the above configuration. But if you are using the Bullseye branch system, you need to modify the default KMS driver to FKMS driver to display the system desktop normally
 
 
Modification method: Open the config.txt file in the root directory of the TF card, find the following line:
 
 
dtoverlay=vc4-kms-v3d
 
change into
 
  
dtoverlay=vc4-fkms-v3d
+
{{7inch QLED Spec}}
 +
</div>
 +
<div class="tabbertab" title="Windows PC Guides">
  
* If you need to use the CSI camera under the Bullseye branch system. Since this branch uses the libcamera camera library by default, the library doesn't support FKMS drivers.
+
{{7inch CAPQLED Windows Guides}}
 +
</div>
  
So in addition to the above modification, you also need to install the Raspicam camera library.
+
<div class="tabbertab" title="Raspberry Pi Guides">
 
+
{{7inch CAPQLED Pi Guides}}
The installation method is as follows:
+
</div>
cd ~
+
<div class="tabbertab" title="Jetson Nano Guides">
sudo apt install cmake
+
{{7inch CAPQLED Jetson Guides}}
git clone https://github.com/raspberrypi/userland
+
</div>
cd userland
+
<div class="tabbertab" title="Resources">
./buildme
 
sudo cp build/bin/* /bin/
 
 
 
Then execute the following command to shut down the system:
 
poweroff
 
Connect the Raspberry Pi camera to the CSI interface of the Raspberry Pi, power on the Raspberry Pi again, and after the system boots, execute the following command:
 
 
 
Take a picture:
 
raspistill -o image.jpg
 
Take a video:
 
raspivid -o video.h264 -t 10000
 
{{Touch Rotating}}
 
 
 
=='''Backlight adjustment on Raspbian OS'''==
 
*1. Download the [https://www.waveshare.com/w/upload/d/d0/7HP_Backlight-RPI.zip 7HP Raspberry Pi backlight adjustment file] and unzip it to any directory on the Raspberry Pi system.
 
 
 
*2. Enter the corresponding directory of this file in the terminal and run the command as follows:
 
<source lang="c">
 
./7HP_Backlight -b  X      # X range is 0~10, 0 is the darkest, 10 is the brightest
 
</source>
 
 
 
For example:
 
<source lang="c">
 
./7HP_Backlight -b  3
 
</source>
 
 
 
=='''Working with Jetson Nano'''==
 
To work with Jetson Nano Developer Kit, you don’t need to make software configuration.
 
 
 
1) Connect the TOUCH interface of the LCD to the USB interface of Jetson Nano.
 
 
 
2) Connect the HDMI interface of the LCD to the HDMI interface of the Jetson Nano and then power on the Jetson Nano. After about 5 seconds, you can see the LCD display normally. If you need to output sound, you can insert a 3.5mm earphones to the HP audio output interface.
 
 
 
'''Note:'''
 
 
 
1) If the LCD flickers, it may be due to insufficient power supply of the Jetson Nano's USB interface. It can be solved normally after connecting to an external 5V/2A power supply through the DC interface of the LCD.
 
 
 
2) When the HP audio interface is in use, it may be necessary to set the sound output settings in the system.
 
 
 
==Resources==
 
 
=== Software ===
 
=== Software ===
 
*[http://www.waveshare.com/w/upload/d/d7/Panasonic_SDFormatter.zip Panasonic SDFormatter]
 
*[http://www.waveshare.com/w/upload/d/d7/Panasonic_SDFormatter.zip Panasonic SDFormatter]
Line 154: Line 40:
 
*[https://www.waveshare.com/w/upload/1/1f/Working_with_Volumio.pdf  Woring with Volumio]
 
*[https://www.waveshare.com/w/upload/1/1f/Working_with_Volumio.pdf  Woring with Volumio]
  
 +
</div>
 +
<div class="tabbertab" title="FAQ">
 
=='''FAQ'''==
 
=='''FAQ'''==
 
{{FAQ| What should I do if I connect to the PC with LCD and it cannot display normally?
 
{{FAQ| What should I do if I connect to the PC with LCD and it cannot display normally?
Line 165: Line 53:
 
}}
 
}}
  
== '''Anti-Piracy''' ==
+
{{FAQ|How could I disable the rainbow screen?
{{RPi LCD Anti-Piracy}}
+
|Please add the following command to /boot/config.txt
 +
<pre>
 +
dusable_splash=1
 +
</pre>
 +
}}
  
== <font color=red>'''Beware of knock-offs</font>''' ==
+
{{FAQ|How to change the splash screen of Pi?
{{Beware of knock-offs}}
+
|You can replace the splash.png from the path /usr/share/plymouth/themes/pix/splash.png to yours.
 +
}}
 +
</div>
 +
<div class="tabbertab" title="Supports">
  
=='''Support'''==
 
 
{{Service02}}
 
{{Service02}}
  
 +
</div></div>
 
[[Category:OLEDs / LCDs|OLEDs / LCDs]] [[Category:LCD|LCD]] [[Category:Raspberry Pi|Raspberry Pi]] [[Category:Raspberry Pi LCD|Raspberry Pi LCD]]
 
[[Category:OLEDs / LCDs|OLEDs / LCDs]] [[Category:LCD|LCD]] [[Category:Raspberry Pi|Raspberry Pi]] [[Category:Raspberry Pi LCD|Raspberry Pi LCD]]

Revision as of 06:56, 9 December 2021

7HP-CAPQLED
7HP-CAPQLED
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

7inch QLED Quantum Dot Display, Capacitive Touch, 1024 × 600, G+G Toughened Glass Panel, Various Devices & Systems Support.

More

Features

  • 7-inch QLED quantum dot display, wider color gamut, more pure chroma, and longer lifetime.
  • 1024 x 600 hardware resolution, support software resolution (up to 1920 x 1080).
  • Toughened glass capacitive touch panel, up to 6H hardness.
  • Use with Jetson Nano Developer Kit, Support Ubuntu system.
  • Use with Raspberry Pi, supports Raspberry Pi OS, Ubuntu, Kali, and Retropie systems.
  • Use with Windows PC, support Windows 11, 10, 8.1, 8, 7, five-points touch.
  • Support popular Game Consoles like Xbox360, PS4, and SWITCH.
  • Multi-languages OSD menu, for power management, brightness/contrast adjustment, etc.
  • It has a 3.5mm audio jack and supports HDMI audio output.

EDID Sequence Parameters

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
50.25 1024 320 600 25 44 88 3 6 154 86 0 0

What's ON Board

7HP-CAPQLED-Exterior-Size.jpg

Anti-Piracy

Since the first-generation Raspberry Pi released, Waveshare has been working on designing, developing, and producing various fantastic touch LCDs for the Pi. Unfortunately, there are quite a few pirated/knock-off products in the market. They're usually some poor copies of our early hardware revisions, and comes with none support service.

To avoid becoming a victim of pirated products, please pay attention to the following features when purchasing:

RPi-LCD-Anti-Piracy.jpg

(Click to enlarge)

Beware of knock-offs

Please note that we've found some poor copies of this item in the market. They are usually made of inferior materials and shipped without any testing.

You might be wondering if the one you're watching or you've purchased in other non-official stores is original, feel free to contact us.

Working with PC

This product supports Windows 11/10/8.1/8/7 OS:
1. Connect the TOUCH interface of the LCD to the USB interface of the PC. Wait for a while, the windows will automatically recognize the touch function.
2. Connect the HDMI interface of the LCD to the HDMI port of the PC. About 5s later, you can see the LCD display properly. If you need the audio, you can insert 3.5mm earphones into HP ports.
Note:
1) When the computer is connected to several different displays at the same time, only this LCD can be used to control the cursor on the main display, so we recommended setting this LCD as the main display.
2) Some of PC cannot support the HDMI screen Hot Plug. In this case, restarting the PC can solve.
3) Sometimes LCD will flicker because of undersupplying from the USB cable of the PC. You need to connect an external power supply (5V/2A) to the DC port.

Working with Raspberry Pi

Supports Raspberry Pi OS/Ubuntu/Kali/Retropie Systems.

When working with Raspberry Pi, you should set the resolution of the LCD by yourself, otherwise, the LCD screen will not work. For more detailed information, please read the following section.

Please download the latest version of the image from the Raspberry Pi official website.

1. Download the compressed file to the PC, and extract the img file.
2. Connect the TF card to the PC and use SDFormatter to format the TF card.
3. Open the Win32DiskImager software, select the system image prepared in step 1, and click write to burn the system image.
4. After the programming is completed, open the config.txt file in the root directory of the TF card, add the following code at the end of config.txt and save it.

hdmi_force_hotplug=1 
config_hdmi_boost=10
hdmi_group=2 
hdmi_mode=87 
hdmi_cvt 1024 600 60 6 0 0 0

5. Insert the TF card into the Raspberry Pi, connect the Touch port of the LCD to the USB port of the Raspberry Pi, and connect the HDMI port of the LCD to the HDMI port of the Raspberry Pi.
6. Power on the Raspberry Pi, and it will display normally after a few seconds.

Note:

  • On December 2, 2021, the Raspberry Pi OS was divided into two branches, the Buster branch and the Bullseye branch. The Buster branch is a continuation of the old system and is more stable. The Bullseye branch added some new features, using open-source libraries and new interfaces. Since the current Bullseye branch has just been released shortly, it is not stable yet. If you are an industrial user, it is strongly recommended to use the Buster branch.
  • If you use the Buster branch system, you can use it according to the above configuration. But if you are using the Bullseye branch system, you need to modify the default KMS driver to the FKMS driver to display the system desktop normally.

Modification method: Open the config.txt file in the root directory of the TF card, and find the following line:

 dtoverlay=vc4-kms-v3d

change into

 dtoverlay=vc4-fkms-v3d
  • If you need to use the CSI camera under the Bullseye branch system. Since this branch uses the libcamera camera library by default, the library doesn't support FKMS drivers.

So in addition to the above modification, you also need to install the Raspicam camera library.

The installation method is as follows:

 cd ~
 sudo apt install cmake
 git clone https://github.com/raspberrypi/userland
 cd userland
 ./buildme
 sudo cp build/bin/* /bin/

Then execute the following command to shut down the system:

 poweroff

Connect the Raspberry Pi camera to the CSI interface of the Raspberry Pi, power on the Raspberry Pi again, and after the system boots, execute the following command:

Take a picture:

 raspistill -o image.jpg

Take a video:

 raspivid -o video.h264 -t 10000

Backlight adjustment on Raspberry Pi OS

wget https://files.waveshare.com/upload/0/01/Brightness-HDMI.zip
unzip Brightness-HDMI.zip
cd Brightness-HDMI
sudo chmod +x install.sh
./install.sh

5inch-DSI-LCD-3.gif

#lite version Enter the lite directory:
#cd lite
#./Raspi_USB_Backlight_nogui -b X
# X range is 0~10, 0 is the darkest, 10 is the brightest.
#For example: ./Raspi_USB_Backlight_nogui -b 3

Note: Only the Rev4.1 version supports USB dimming function.

Working with Jetson Nano

To work with Jetson Nano Developer Kit, you don't need to make software configurations.

1) Connect the TOUCH interface of the LCD to the USB interface of Jetson Nano.

2) Connect the HDMI interface of the LCD to the HDMI interface of the Jetson Nano and then power on the Jetson Nano. After about 5 seconds, you can see the LCD display normally. If you need to output sound, you can insert 3.5mm earphones into the HP audio output interface.

Note:

1) If the LCD flickers, it may be due to the insufficient power supply of the Jetson Nano's USB interface. It can be solved normally after connecting to an external 5V/2A power supply through the DC interface of the LCD.

2) When the HP audio interface is in use, it may be necessary to set the sound output settings in the system.

FAQ

 Answer:
  • Make sure that the HDMI interface of the PC can output normally.
  • The PC only connects to this LCD as a monitor without others.
  • You should connect the touch cable first and then the HDMI cable.
  • Some PC need to be restarted to make the 7inch HDMI LCD display normally.

Note: The PC must use a windows system.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
Please add the following command to /boot/config.txt
dusable_splash=1
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
You can replace the splash.png from the path /usr/share/plymouth/themes/pix/splash.png to yours.
{{{3}}}
{{{4}}}

{{{5}}}