15.6inch FHD Monitor

From Waveshare Wiki
Jump to: navigation, search
15.6inch FHD Monitor
1920x1080, IPS
15.6inch-HDMI-Monitor-5.jpg

IPS, 1920 x 1080, 15.6 inch Universal Portable Touch Monitor, HDMI/Type-C
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Overview

Introduction

15.6inch Universal Portable Touch Monitor, 1920 × 1080 Full HD, IPS Screen, HDMI/Type-C, Ideal Companion for Various Host Devices.

more

Features

  • Display: 15.6inch, 1920 × 1080 pixels, IPS screen (up to 178° viewing angle).
  • Touch panel: capacitive, toughened glass panel, 6H hardness.
  • Display interface: Type-C/HDMI.
  • Touch interface: Type-C(Can be connected to the Type-C/USB port of the device).
  • When used with Raspberry Pi, supports Raspberry Pi OS / Ubuntu / Kali and Retropie.
  • When used as a computer monitor, supports Windows 11/10/8.1/8/7.
  • Supports notebooks from Apple, HUAWEI, Lenovo, HP, DELL, etc. dual-screen display, balancing the work and entertainment.
  • Supports cell phones from HUAWEI, OPPO, Samsung, etc. mirror cast via the Type-C connection, the ideal companion for traveling.
  • Supports popular game consoles like Microsoft XBOX360, Sony PS4, and Nintendo Switch.
  • Multi-languages OSD menu, for power management, brightness/contrast adjustment, etc.
  • USB expansion port for mouse/keyboard.
  • Type-C/HDMI audio input, 3.5mm headphone/speaker jack.
  • Embedded ferrite Hi-Fi speaker.
  • 10000mAh big battery, enables 3-4h playtime on the trip.

Interfaces and Buttons

Exterior-Size1.jpg

How to Use

Working with PC

This LCD supports Windows 7/8/8.1/10/11 when working with a PC via HDMI interface.

1. Long-press the ON/OFF button for 1-2 seconds, and the backlight of the LCD will turn on.
【Note】: If the LCD does not respond after pressing the ON/OFF button, please use a 5V power adapter to connect to the DC interface of the LCD for charging. For '15.6inch FHD Monitor for EU', the specification of the power adapter is 5V/3A.

2. Connect the Touch interface of the LCD to the USB port of the PC by USB cable. The touch function is enabled after that.

3. Connect HDMI interface of LCD to HDMI interface of PC by HDMI cable. LCD displays normally after seconds.

Note:

1) If you connect multiple screens to your PC, please set this LCD as the main display for properly touching.
2) Some PC cannot support hot-plug, in this case, you can try to reboot the system to make the LCD display available.
3) Audio output is only available when using the HDMI interface. 4) Some PCs may cause the LCD to flicker due to insufficient power supply through the USB interface. Generally, it can be used normally after connecting to an external 5V/2A power supply through the DC interface.

Working with Raspberry Pi

This model can support Raspberry Pi OS / Ubuntu / Kali and Retropie systems. When working with Raspberry Pi, the resolution must be set manually, otherwise, it will cause an abnormal display. For more detailed information, please read the following section.

1. Download the Raspbian image from Raspberry Pi website.

2. Connect the TF card to your PC and format it by SDFormatter software.

3. Write the .img file to your TF card by Win32DiskImager 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.

hdmi_group=2
hdmi_mode=82
hdmi_cvt 1920 1080 60 6 0 0 0

You must make sure that there are no spaces on either side of the equal sign.

5. Long-press the ON/OFF button for 1-2 seconds, and the backlight of the LCD will turn on.
【Note】: If the LCD does not respond after pressing the ON/OFF button, please use a 5V power adapter to connect to the DC interface of the LCD for charging.

6. Connect the Touch interface of the LCD to the USB port of the Raspberry Pi

7. Connect HDMI interface of LCD to HDMI port of Raspberry Pi. Then power the Raspberry Pi

Working with Smart Phone

1. Connect 5V power adapter to DC interface of LCD (if the internal batteries are fulled, you can skip this step)

2. Long-press the ON/OFF button for 1-2 seconds, and the backlight of the LCD will turn on.

3. Connect Type C of LCD to Type C port of smartphone. The LCD will display after a few seconds.

Resources

 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.



Support

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