Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
50H-800480 series display, produced by the Waveshare team, is designed for users who need a lightweight DSI display. Compared with the traditional DSI screen, it is lighter and more convenient for secondary development.
Item | Description | Unit |
---|---|---|
Model | 50H-800480 Series | |
Dimensions | 5.0 | Inch |
Viewing Angle | 160 | Deg |
Resolution | 800 (RGB) × 480 | Pixels |
Touch Screen Dimensions | 127.7 (H) × 87.45 (V) × 4.9 (D) | mm |
Display Screen Dimensions | 120.7 (H) × 75.8 (V) × 2.8 (D) | mm |
Display Area | 108.0 (W) × 64.8 (H) | mm |
IPS Color Gamut | 50%NTSC | |
Brightness | 300 | cd/m² |
Backlight Adjustment | Software | |
Contrast | 1000:1 | |
Color Depth | 16.7M | |
Refresh Rate | 60 | Hz |
Driver Port | DSI Port |
PIN | Label |
---|---|
1 | GND |
2 | DSI1_DN1 |
3 | DSI1_DP1 |
4 | GND |
5 | DSI1_CN |
6 | DSI1_CP |
7 | GND |
8 | DSI1_DN0 |
9 | DSI1_DP0 |
10 | GND |
11 | SCL0 |
12 | SDA0 |
13 | GND |
14 | 3V3 |
15 | 3V3 |
With FFC cable, you can connect 50H-800480 to the DSI port of the Raspberry Pi, as shown below:
For Raspberry Pi OS/Ubuntu/Kali/Retropie systems:
dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-7inch
Input the following commands on the terminal to adjust the brightness.
echo X > /sys/class/backlight/10-0045/brightness
X means any number in 0~255, 0 means the darkest, and 255 means the brightest.
echo 100 > /sys/class/backlight/10-0045/brightness echo 0 > /sys/class/backlight/10-0045/brightness echo 255 > /sys/class/backlight/10-0045/brightness
In addition, Waveshare provides the corresponding demo (the demo is only for Raspberry Pi OS), and users can download to install in the following ways:
wget https://www.waveshare.com/w/upload/f/f4/Brightness.zip unzip Brightness.zip cd Brightness sudo chmod +x install.sh ./install.sh
After installing, you can open the demo in Menu -> Accessories -> Brightness, as shown below:
The display enters sleep mode after inputting the following commands:
xset dpms force off
Add the following commands to disable the touch at the end of the "config.txt" file. (config file is in the TF card root directory, which can also be accessed by the command: sudo nano /boot/config.txt.)
disable_touchscreen=1
Note: After adding the commands, you need to reboot it to take effect.