Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
43H-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 | 43H-800480 Series | |
Size | 4.3 | Inch |
Viewing Angle | 160 | Deg |
Resolution | 800 (RGB) × 480 | Pixels |
Touch Screen Dimensions | 105.42 (H) × 67.07 (V) × 5.20 (D) | mm |
Display Dimensions | 105.42 (H) × 67.07 (V) × 2.90 (D) | mm |
Display Area | 95.04 (W) × 53.86 (H) | mm |
IPS Color Gamut | 50%NTSC | |
Brightness | 260 | cd/m² |
Backlight Adjustment | Software | |
Contrast | 1200: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 an FFC cable, you can connect 43H-800480 to the DSI port of the Raspberry Pi. As shown below:
For the Raspberry Pi OS/Ubuntu/Kali and Retropie system:
dtoverlay=vc4-kms-v3d
dtoverlay=vc4-kms-dsi-7inch
Input the following commands on the terminal to adjust the backlight brightness:
echo X > /sys/class/backlight/10-0045/brightness
X means any numbers in 0~255. 0 means the darkest, and 255 means the brightest. For example:
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 application demo (this demo is only for Raspberry Pi OS), users can install it and use it 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 this demo in the Menu -> Accessories -> Brightness. As shown below:
Run the following commands on the Raspberry Pi and the screen can enter sleep mode:
xset dpms force off
At the end of config.txt, you can enter the corresponding commands to disable the touch. (Config file is in the root directory of the TF card, and you can visit by the commands: sudo nano /boot/config.txt):
disable_touchscreen=1
Note: After adding the commands, it needs to reboot to take effect.