More languages
Product Pictures
Product Feature
- 8.8inch IPS full Angle display
- ○The viewing Angle is large
- ○true color
- ○Dynamic picture quality is excellent
- 480X1960 Resolution
- ○HD Vision
- ○Display is very delicate
- HDMI video input interfaces
- ○High definition video display
- ○Can be used as an HDMI display
- Support multiple device access
- ○Can connect to mainstream development boards such as Raspberry Pi, Banana Pi, BB Black, etc
- ○Can connect to mainstream game consoles such as PS4, Xbox360, Switch, etc
- ○Can connect to mainstream TV boxes and digital cameras (display only)
- Supports multiple system displays
- ○Support systems such as Raspbian, Kali Linux, Ubuntu, Kodi, Win10 IOT, and touch free drive
- ○Support Win7/8/10/11 and other systems, touch free drive
Product Description
- Product Parameter
SKU | MPC8801(Touch)/ MPC8802(No Touch) |
Panel Type | IPS |
Panel Size | 8.8 inch |
Resolution | 480 x 1920 |
Luminance(TYP) | 520(Touch) / 580(NoTouch) cd/m2 |
Backlight Type | White LED |
Touch Screen Type | Capacitive Touch Screen |
Power | TypeC-USB(5V) |
Total Power | 3.8W (100%) |
Video Input Interface | HDMI |
Active Area | 54.72*218.8 (mm) |
Outline Size | 64.3(W)*231.3(H)*14.6(T) (mm) |
Weight | 375(No Touch)/ 425(Touch)(g) |
- Key and Interface Function Description
Key and Interface | Description |
A: TypeC | Connect to the power supply using Type-C cable, only providing power supply function and Touch |
B: HDMI | Input HDMI signal, connect using Mini HDMI cable, commonly used to connect to a computer |
Working with Raspberry Pi
Step 1. Download the Official image
- 1) Download Raspbian Official Image
- Download URL: https://www.raspberrypi.org/downloads/raspbian/
- Username: pi Password: raspberry
- 2) Download Ubuntu Mate Official Image
- Download URL: https://ubuntu-mate.org/download/
- The user name and password can be set by yourself after startup
- 3) Download Kail Official Image
- Download URL: https://www.offensive-security.com/kali-linux-arm-images/
- Username: kali (The old version is root) Password: kali(The old version is toor)
- 4) Download Retropie Official Image
- Download URL: https://retropie.org.uk/download/
- Username: pi Password: raspberry
Step 2. Brun Official Image
- 1) Download and install tool software(If they are already installed,this step can be ignored)
- SD card format software SDCard Formatter download URL :
- https://www.sdcard.org/downloads/formatter_4/
- Image burning software win32diskimager download URL:
- https://sourceforge.net/projects/win32diskimager/
- 2) Format SD card
- Insert the SD card into the card reader -> Insert the card reader into the computer -> Open the SDFormatter software -> Select SD card ->
- Select quick format (generally select quick format, other options can be selected according to your own needs) -> Click the Format button ->
- Select "Yes" -> Click OK after formatting.
- 3) Brun Image
- Open the win32diskimager software -> Select the image file to be burned (xxx.img ) -> Select SD card -> Click the "write" button ->
- Select "Yes" -> Wait for the burning to complete (the whole process lasts about 10 minutes)
Step 3. Modify the “config.txt” configuration file
- Open the “config.txt” file in the root directory of SD card on the computer, Add the following at the end of the file, save and exit.
max_usb_current=1 hdmi_force_hotplug=1 config_hdmi_boost=7 hdmi_group=2 hdmi_mode=87 hdmi_drive=1 display_rotate=0 hdmi_cvt 1920 480 60 6 0 0 0
Step 4. Insert SD card
- After the above steps are completed, pop up the SD card on the computer and insert it into the SD card slot on the back of the raspberry pie.
Step 5. Running system
- Connect the HDMI interface and touch interface of the display screen to raspberry pie, connect the power supply of raspberry pie,
- and start the machine to display and touch normally..
Work as HDMI touch monitor
Resource
- Document
- 8.8inch_MPC8801_Datasheet
- 8.8inch_MPC8801_Size
- How_to_install_the_LCD_driver_V1.2
- How_to_install_matchbox-keyboard
- How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf
- Software