Difference between revisions of "Temp wiki"

From Waveshare Wiki
Jump to: navigation, search
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Infobox item
 
{{Infobox item
|img=<div class="tabber"><div class="tabbertab" title="standard version">
+
|img=<div class="tabber"><div class="tabbertab" title="Standard Version">
 
[[File:7inch-HDMI-LCD-C_l.jpg|300px|alt=7inch HDMI LCD (C)|link=http://www.waveshare.com/7inch-HDMI-LCD-C.htm]]</div>
 
[[File:7inch-HDMI-LCD-C_l.jpg|300px|alt=7inch HDMI LCD (C)|link=http://www.waveshare.com/7inch-HDMI-LCD-C.htm]]</div>
<div class="tabbertab" title="case version">[[File:7inch-HDMI-LCD-Bicolor-Holder-2.jpg|300px|alt=7inch HDMI LCD (C) (bicolor version|link=http://www.waveshare.com/7inch-hdmi-lcd-c-with-bicolor-case.htm]]
+
<div class="tabbertab" title="Case Version">[[File:7inch-HDMI-LCD-Bicolor-Holder-2.jpg|300px|alt=7inch HDMI LCD (C) (bicolor version|link=http://www.waveshare.com/7inch-hdmi-lcd-c-with-bicolor-case.htm]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 19: Line 19:
 
|brand=Waveshare
 
|brand=Waveshare
 
|{{#urlget:amazon|default}}=display
 
|{{#urlget:amazon|default}}=display
|website_cn=
+
|website_cn=[https://www.waveshare.net/shop/7inch-HDMI-LCD-C.htm 7inch HDMI LCD (C)]
|website_en=[http://www.waveshare.com/ Waveshare website]
+
|website_en=[https://www.waveshare.com/7inch-hdmi-lcd-c.htm 7inch HDMI LCD (C)]
 
|interface1 =USB
 
|interface1 =USB
 
|interface2 =HDMI
 
|interface2 =HDMI
Line 35: Line 35:
 
== '''Features''' ==
 
== '''Features''' ==
 
*7-inch IPS screen with a hardware resolution of 1024×600.
 
*7-inch IPS screen with a hardware resolution of 1024×600.
*5-point capacitive touch control.
+
*5-points capacitive touch control.
 
*Using with Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, no need to install any drivers.
 
*Using with Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, no need to install any drivers.
 
*Using as a computer monitor, it supports Windows 10 / 8.1 / 8 / 7, five-point touch, no need to install any drivers.
 
*Using as a computer monitor, it supports Windows 10 / 8.1 / 8 / 7, five-point touch, no need to install any drivers.
*Can be controlled by the backlight button which is more power saving.
+
*Support backlight control, more power saving.
 +
 
 
== '''Instructions''' ==
 
== '''Instructions''' ==
 
'''Working with PC'''
 
'''Working with PC'''
Line 59: Line 60:
 
This LCD can support Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT systems. When the LCD works on systems such as Raspberry Pi, the resolution must be set manually, otherwise, it will cause abnormal display. There is no such problem when the LCD works on the PC version of Windows.
 
This LCD can support Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT systems. When the LCD works on systems such as Raspberry Pi, the resolution must be set manually, otherwise, it will cause abnormal display. There is no such problem when the LCD works on the PC version of Windows.
  
Please download the latest version of the image on the Raspberry Pi official website!
+
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.
 
1) Download the compressed file to the PC, and unzip it to get the .img file.
Line 65: Line 66:
 
2) Connect the TF card to the PC, use SDFormatter.exe software to format the TF card.
 
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 that downloaded at step 1, and click‘Write’ to write the system image.
+
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, add the following code at the end of config.txt, then save and quit the TF card safely.
 
4) After the image has finished writing, open the config.txt file in the root directory of the TF card, add the following code at the end of config.txt, then save and quit the TF card safely.
Line 84: Line 85:
 
'''Display Rotating'''
 
'''Display Rotating'''
  
Add this statement in the config.txt file (the config file is located in the root directory of the TF card, which is name /boot):
+
Add this statement in the config.txt file (the config file is located in the root directory of the TF card, which is named /boot):
 
  display_rotate=1 #1:90;2: 180; 3: 270
 
  display_rotate=1 #1:90;2: 180; 3: 270
<font color=red>Note: For Raspberry Pi 4, you need to comment out dtoverlay=vc4-fkms-V3D.</font>
+
<font color=red>Note: For Raspberry Pi 4, you need to comment out dtoverlay=vc4-fkms-V3D.
 +
#dtoverlay=vc4-fkms-V3D.</font>
  
And then restart the Raspberry Pi after saving
+
And then restart the Raspberry Pi after saving.
 
  sudo reboot
 
  sudo reboot
 
'''Touch Rotating'''
 
'''Touch Rotating'''
Line 94: Line 96:
 
After the display is rotated, the position of touch is incorrect because the touch doesn’t change with the display angle. So the touch also needs to be modified.
 
After the display is rotated, the position of touch is incorrect because the touch doesn’t change with the display angle. So the touch also needs to be modified.
  
1.Install libinput
+
1.Install libinput.
 
  sudo apt-get install xserver-xorg-input-libinput
 
  sudo apt-get install xserver-xorg-input-libinput
  
Line 100: Line 102:
 
  sudo apt install xserver-xorg-input-synaptics
 
  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).
+
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
 
  sudo mkdir /etc/X11/xorg.conf.d
  
Line 132: Line 134:
  
 
Rev2.2 version
 
Rev2.2 version
*Rev2.2 version mainly adds VCOM adjustable resistance and related circuits of electromagnetic compatibility on the basis of Rev2.1.
+
*Rev2.2 version mainly adds VCOM adjustable potentiometer and related circuits of electromagnetic compatibility on the basis of Rev2.1.
 
*This version is fully compatible with the Rev2.1 version, and users can replace it with confidence.
 
*This version is fully compatible with the Rev2.1 version, and users can replace it with confidence.
  
Line 143: Line 145:
 
Rev1.1 version:
 
Rev1.1 version:
 
*Using private HID protocol, it is difficult to transplant to your own system
 
*Using private HID protocol, it is difficult to transplant to your own system
*Using with Raspberry Pi, you need to install a driver when the display connect to Raspbian or Ubuntu systems. Kali, Retropie, and Windows 10 IoT are not supported.
+
*Using with Raspberry Pi, you need to install a driver when the display connects to Raspbian or Ubuntu systems. and it doesn't support Kali, Retropie, and Windows 10 IoT.
 +
 
 +
== '''Resources''' ==
 +
*[https://www.waveshare.com/w/upload/c/cc/7inch_HDMI_LCD_%28C%29_User_Manual.pdf 7inch HDMI LCD (C) User Manual]
 +
===Backlight Control===
 +
Note: We don't recommend you to do any hardware modification, which may damage LCD if you are not good at it. So be careful when you following this manual
 +
*[[:File:PWM control backlight manual.pdf|PWM control brightness of LCD]]
 +
===External guides===
 +
*[https://www.waveshare.com/w/upload/1/1f/Working_with_Volumio.pdf  Woring with Volumio]
 +
=== 3D Drawings ===
 +
* [[:File:7inch_cad.zip|7inch HDMI LCD B/C Drawings]]
 +
=== LCD Panel Dimension ===
 +
* [http://www.waveshare.com/w/upload/3/33/7inch-hdmi-lcd-c-panel-dimension.pdf 7inch HDMI LCD (C) panel dimension]
 +
===Certification===
 +
*[https://www.waveshare.com/w/upload/a/a5/7inch_HDMI_LCD_%28C%29_Certification.rar CE RoHS]
 +
 
 +
== '''FAQ'''==
 +
{{FAQ| What should I do if I connect to the PC with LCD and it cannot display normally?
 +
|
 +
*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 PCs need to be restarted to make the 7inch HDMI LCD display normally.
 +
}}
 +
{{FAQ|What can I do if the thin red lines appear on the edge of the screen?
 +
|
 +
*Edit the config.txt and add this line at the end of the config.txt file:
 +
<nowiki>hdmi_drive=1</nowiki>
 +
}}
 +
{{FAQ|What should I do if the screen has the ghosting problem?
 +
|Adjust the adjustable potentiometer on the back. After the desktop is displayed, adjust the potentiometer to the best display effect, and then leave the screen for a while and wait for the ghost to disappear (it may take several hours).
 +
[[File:Potentiometer of 7C.jpg|200px]]
 +
|||}}
 +
{{FAQ|How to use the touch function when connected to a Linux PC which is non-designated?
 +
|You can try to compile the universal touch driver "hid-multitouch" into the kernel, which generally can make the touch function work.
 +
}}
 +
{{FAQ|Can the brightness of the 7inch HDMI LCD (C) be adjusted by modifying the resistance?
 +
|The default brightness has been adjusted to the highest, you can reduce the screen brightness by increasing the resistance of these two resistors in the picture below.
 +
 
 +
The picture below shows the Rev3.1 version, which is similar to other versions.
 +
 
 +
[[File:7inch HDMI LCD FAQ02.jpg|400px]]
 +
|||}}
 +
{{FAQ|What is the working current for the 7inch HDMI LCD (C) when it works normally?
 +
|Using 5V power supply, the working current of turning on the backlight is about 490mA, and the working current of turning off the backlight is about 90mA.
 +
}}
 +
 
 +
== '''Anti-Piracy''' ==
 +
{{RPi LCD Anti-Piracy}}
 +
== <font color=red>Beware of knock-offs</font> ==
 +
{{Beware of knock-offs}}
 +
== '''Support''' ==
 +
{{Service02}}
 +
 
 +
[[Category:OLEDs / LCDs|OLEDs / LCDs]] [[Category:LCD|LCD]] [[Category:Raspberry Pi|Raspberry Pi]] [[Category:Raspberry Pi LCD|Raspberry Pi LCD]]

Revision as of 06:17, 24 July 2020

Temp wiki
7inch HDMI LCD (C)
7inch HDMI LCD (C) (bicolor version

{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

7-inch HDMI display, with a resolution of 1024×600 and a capacitive touch panel, which supports Raspberry Pi and can also be used as a computer monitor.

More

Features

  • 7-inch IPS screen with a hardware resolution of 1024×600.
  • 5-points capacitive touch control.
  • Using with Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, no need to install any drivers.
  • Using as a computer monitor, it supports Windows 10 / 8.1 / 8 / 7, five-point touch, no need to install any drivers.
  • Support backlight control, more power saving.

Instructions

Working with PC

This LCD can support Windows 7/8 / 8.1 / 10 system.

How to use:

1) Turn on the backlight switch on the back of the LCD.

2) 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.

3) Connect the HDMI interface of the LCD to the HDMI interface of the PC.

Note: 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.

Working with Raspberry Pi

This LCD can support Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT systems. When the LCD works on systems such as Raspberry Pi, the resolution must be set manually, otherwise, it will cause abnormal display. There is no such problem when the LCD works on the PC version of Windows.

Please download the latest version of the image on the 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, add the following code at the end of config.txt, then save and quit the TF card safely.

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
hdmi_drive=1

5) Insert the TF card into the Raspberry Pi

6) Turn on the backlight switch on the back of the LCD.

7) Connect the Touch interface of the LCD to the USB interface of the Raspberry Pi.

8) Connect the HDMI interface of the LCD to the HDMI interface of the Raspberry Pi, power on the Raspberry Pi, and wait for a few seconds until the LCD displays normally.

Rotation(Working with Raspberry Pi)

Display Rotating

Add this statement in the config.txt file (the config file is located in the root directory of the TF card, which is named /boot):

display_rotate=1 #1:90;2: 180; 3: 270

Note: For Raspberry Pi 4, you need to comment out dtoverlay=vc4-fkms-V3D.

#dtoverlay=vc4-fkms-V3D.

And then restart the Raspberry Pi after saving.

sudo reboot

Touch Rotating

After the display is rotated, the position of touch is incorrect because the touch doesn’t change with the display angle. So the touch also needs to be modified.

1.Install libinput.

sudo apt-get install xserver-xorg-input-libinput

If the system you installed is Ubuntu or Jetson Nano. 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 part of the touchscreen, 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:

Touch roate.jpg

5. Restart the Raspberry Pi.

sudo reboot

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"

About the version

Rev3.1 version

  • The Rev3.1 version mainly changes the touch chip of the Rev2.2 version from GT811 to GT911. The touch effect is better, and the anti-interference ability is enhanced at the same time.
  • This version is fully compatible with Rev2.1 and Rev2.2, and users can replace it with confidence.

Rev2.2 version

  • Rev2.2 version mainly adds VCOM adjustable potentiometer and related circuits of electromagnetic compatibility on the basis of Rev2.1.
  • This version is fully compatible with the Rev2.1 version, and users can replace it with confidence.

Rev2.1 version:

  • Upgrade to IPS screen, with the larger viewing angle and the clearer display effect, I believe you will like it.
  • Use standard HID protocol, you can transplant your own system conveniently.
  • Using with Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, single touch, no need to install any drivers.
  • Using as a computer monitor, it supports Windows 10 / 8.1 / 8 / 7, five-point touch, no need to install any drivers.

Rev1.1 version:

  • Using private HID protocol, it is difficult to transplant to your own system
  • Using with Raspberry Pi, you need to install a driver when the display connects to Raspbian or Ubuntu systems. and it doesn't support Kali, Retropie, and Windows 10 IoT.

Resources

Backlight Control

Note: We don't recommend you to do any hardware modification, which may damage LCD if you are not good at it. So be careful when you following this manual

External guides

3D Drawings

LCD Panel Dimension

Certification

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 PCs need to be restarted to make the 7inch HDMI LCD display normally.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • Edit the config.txt and add this line at the end of the config.txt file:
hdmi_drive=1
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
Adjust the adjustable potentiometer on the back. After the desktop is displayed, adjust the potentiometer to the best display effect, and then leave the screen for a while and wait for the ghost to disappear (it may take several hours).

Potentiometer of 7C.jpg


 Answer:
You can try to compile the universal touch driver "hid-multitouch" into the kernel, which generally can make the touch function work.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
The default brightness has been adjusted to the highest, you can reduce the screen brightness by increasing the resistance of these two resistors in the picture below.

The picture below shows the Rev3.1 version, which is similar to other versions.

7inch HDMI LCD FAQ02.jpg


 Answer:
Using 5V power supply, the working current of turning on the backlight is about 490mA, and the working current of turning off the backlight is about 90mA.
{{{3}}}
{{{4}}}

{{{5}}}


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.

Support