11.6inch HDMI LCD (H) (with case)

From Waveshare Wiki
Revision as of 07:13, 2 June 2023 by Eng52 (talk | contribs) (→‎FAQ)
Jump to: navigation, search
11.6inch HDMI LCD (H) (with case)
1920 x 1080, IPS
11.6inch-HDMI-LCD-H-with-Holder-2.jpg

IPS, 1920x1080, 11.6 inch Capacitive Touch Screen LCD, Supports Multi mini-PCs, Multi Systems
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Overview

Introduction

11.6inch IPS screen, 1920 x 1080 high resolution.Toughened class cover. Supports Raspberry Pi and can also be used as a computer monitor.

Video

Features

  • 11.6inch IPS screen,1920 x 1080 high resolution.
  • Toughened glass capacitive touch panel, 6H hardness.
  • When working with Raspberry Pi, it supports Raspberry Pi OS / Ubuntu / Kali and Retropie, single touch, and driver free.
  • When working as a computer monitor, it supports Windows 11/10/8.1/8/7, 10-points touch, and driver free.
  • Multi-languages OSD menu, for power management, brightness/contrast adjustment, etc.
  • 3.5mm audio jack, supports HDMI audio output.
  • Embedded ferrite Hi-Fi speaker.
  • Also supports VGA input (specific cable is required and should be purchased separately).
  • 75x75mm spacing mounting holes (M4 screw hole) for a general wall mount.
  • Comes with a 75° tilt angle stand.

Note: The version without a case doesn't have VGA input and related stand function.

Working with PC

This product supports Windows 11/10/8.1/8/7 OS.:

1. Connect 12/1A power adapter to the DC interface of LCD, and you see its backlight is on.

2. Connect the TOUCH interface of the LCD to the USB interface of the PC. Waiting for a moment, The touch will be recognized by Windows automatically.

3. If you use HDMI, you need to connect the HDMI interface of LCD to the HDMI port of the PC. About 5s later, you can see that the LCD display properly. If you need the audio, you can insert 3.5mm earphones into HP ports.

4. If you need to use VGA communication, you need to connect the VGA interface of LCD to the PC's VGA ports by Mini HDMI to VGA Cable.

Note:

1) If multi-screen are connected to one PC at the same time, you can only control the cursor by this LCD, so please set the LCD as the main screen.

2) Some of PC cannot support the HDMI screen Hot Plug. In this case, restarting the PC may solve.

3) HP audio output only works while using HDMI communication

4) Mini HDMI to VGA Cable is necessary and needs to be purchased separately if you use VGA communication.

Working with Raspberry Pi

Supports Raspberry Pi OS / Ubuntu / Kali and Retropie systems on Raspberry Pi.

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_group=2
hdmi_mode=82
hdmi_cvt 1920 1080 60 6 0 0 0

5. Connect the 12V power supply to the DC interface of the LCD, and you can see that the LCD backlight is lit normally.
6. Connect the Touch port of the LCD to the USB port of the Raspberry Pi.
7. Connect the HDMI port of the LCD to the HDMI port of the Raspberry Pi, power on the Raspberry Pi, and wait for a few seconds to display normally.


Keys description

13.3inch-HDMI-LCD-H-Manual-02.jpg

  1. Open or Close LCD display. If you don't need the LCD for long time, you can use this button to reduce consumption
  2. Direction button
  3. "OK" function
  4. Open menu and "Return"function

Resource

3D drawing of assembly effect

Software

FAQ

 Answer:

Add the following command to /boot/config.txt:

disable_splash=1
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Replace the custom image with the image in this directory /usr/share/plymouth/themes/pix/splash.png.

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

{{{5}}}


 Answer:

Test environment: 2022-04-04-raspios-bullseye-armhf 32-bit system
Supported models: Support Waveshare DSI LCD, DPI LCD, and HDMI LCD capacitive touch screen series.Only support 32bit system

Software Installation

wget https://files.waveshare.com/upload/1/18/Evdev-right-click-emulation.zip
unzip Evdev-right-click-emulation.zip
cd evdev-right-click-emulation
sudo apt install build-essential libevdev2 libevdev-dev
cd 'evdev-right-click-emulation'
sudo cp 'out/evdev-rce' '/usr/local/bin/'
sudo chmod +x '/usr/local/bin/evdev-rce'

Enter the command:

sudo evdev-rce

After running, you can touch and long press to realize the right-click function.

Set IP

sudo usermod -G 'input' -a pi
echo 'uinput' | sudo tee -a /etc/modules
sudo nano  /etc/udev/rules.d/99-uinput.rules

Add in 99-uinput.rules file.

KERNEL=="uinput", MODE="0660", GROUP="input"

save it and run it in the terminal.

sudo udevadm control --reload-rules
sudo udevadm trigger

Then reboot:

sudo reboot

Run after reboot (no sudo needed at this point).

evdev-rce

After running, you can touch and long press to realize the right-click function.

Set Startup

Enter the terminal:

sudo mkdir ~/.config/autostart
sudo nano ~/.config/autostart/right_click.desktop

Add the following in right_click.desktop.

[Desktop Entry]
Version=1.0
Type=Application
Name=evdev-rce
GenericName=Enable long-press-to-right-click gesture
Exec=env LONG_CLICK_INTERVAL=1000 LONG_CLICK_FUZZ=200  /usr/local/bin/evdev-rce
Terminal=true
StartupNotify=false

#If you want to modify the sensitivity, you can modify the size of the two parameters, LONG_CLICK_INTERVAL=1000 LONG_CLICK_FUZZ=200.

{{{5}}}



 Answer:

It depends on the system, if the system has hibernation, the screen will also be black. If it is the official system of Raspberry Pi, the default is about ten minutes without action to have hibernation.


 Answer:
11.6inch HDMI LCD (H) (with case) V2 takes to power through two parts, one is the POWER interface, which needs to be connected to a 12V 1A power adapter, and the working current is about 12V 0.5A during normal operation. The other is the TOUCH interface, which generally needs to be connected to the USB interface of the host. Power is drawn through the USB interface. The working current is about 5V 80mA.

{{{5}}}


 Answer:

Remove the triode shown in the figure below, and solder the PWM pin on the pad indicated by the arrow on the right
11.6 13.3 15.6 pwm FAQ.png
Execute the following command on the Raspberry Pi terminal:

 gpio -g pwm 18 0
 gpio -g mode 18 pwm (occupied pins are PWM pins)
 gpio pwmc 1000
 gpio -g pwm 18 X (X ranges from 0 to 1024), 0 is the brightest, 1024 is the darkest




Support

If you require technical support, please go to the Support page and open a ticket.