13.3inch PiPad C4
| ||
Introduction
This product is a 13.3inch touch all-in-one computer driven by Raspberry Pi CM4, capable of browsing the web, playing mini games, and more. It features a 1920x1080 ultra-high-definition resolution and comes with a tempered glass capacitive touch panel.
Features
- Built-in Raspberry Pi CM4 controller, quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz, dual-band WIFI, Bluetooth 5.0
- IPS screen, 1920×1080 ultra-high-definition resolution
- Support displaying news, weather, and time
- Built-in ferrite Hi-Fi speaker, high-quality MEMS silicon microphone, with 3.5mm audio jack
- Toughened glass capacitive touch panel, supports up to 10-point touch, hardness up to 6H
- Supports universal wall mounts, with 75×75mm wall mounting holes (M4 screw holes) on the back
- Comes with a 75° tilt angle stand
Product Difference
Compared to the 13.3-inch Magic Mirror, the 13.3-inch PiPad uses a toughened glass panel instead of a one-way see-through mirror. Everything else is the same.
If you want to install the Magic Mirror system, please click here
User Guide
Image Flashing
Click here for the EMMC version (This product can be connected to a PC using a Type-C cable through the USB SLAVE interface for flashing.)
Click here for LITE version
USB2.0
The USB port is disabled by default on the CM4 to save power. If it needs to be enabled, you need to add the following to the config.txt file:
dtoverlay=dwc2,dr_mode=host
Then reboot it.
If you use the latest Raspberry Pi OS (image after October 30, 2021), USB2.0 defaults to OTG mode, and CM4 will report an error:
config failed, hub doesn't have any ports! (err -19)
However, USB can still be used. If you want to remove this error, remove otg_mode=1 in [cm4] of config.txt, and add dtoverlay=dwc2, dr_mode=host (if you don't add it, USB can not be recognized).

1. Install Raspberry Pi Image
- 1) Write the Raspberry Pi image to the TF card, create a blank file named SSH in the root directory of the TF card to enable SSH, and edit the config.txt file in the root directory of the TF card to set the screen resolution. *Add at the end of config.txt file:
hdmi_group=2 hdmi_mode=82 hdmi_cvt 1920 1080 60 6 0 0 0
- Make sure there are no spaces on either side of the equal sign.
- 2) Save and insert the TF card into the Raspberry Pi. Connect Magic Mirror to the network with an Ethernet cable. After powering on the Raspberry Pi, it will normally display after a few seconds.
- 3) After the Raspberry Pi starts normally, you can operate it with the mouse and keyboard, or through SSH or VNC.
- Detect the sound card
- Check playback: aplay -l
- Check recording: arecord -l
2. Disable Power Saving
You can choose not to set it, depending on your personal needs
Open lightdm.conf
sudo vi /etc/lightdm/lightdm.conf
Modify lightdm.conf Find the [SeatDefaults] option and uncomment the line 'xserver-command', modify it as below:
#xserver-command=X
Modify it into:
xserver-command=X -s 0 -dpms
- -s # –Disable the screen protection.
- dpms Disable power saving.
Reboot.
sudo reboot
3. RS232
Add dtoverlay=uart3 to /boot/config.txt
sudo nano /boot/config.txt dtoverlay=uart3 #Device number /dev/ttyAMA1
4. RS485
Open the Raspberry Pi terminal and enter the following command to enter the configuration interface
sudo raspi-config #Select Interfacing Options -> Serial, disable shell access, and enable the hardware serial port #Device number /dev/ttyS0
Button Description
- 1. Turn the LCD on or off. If you don't need the LCD for a long time, you can use this button to turn off the LCD display to reduce power consumption.
- 2. Direction buttons
- 3. OK function button
- 4. Open menu and back function
Resources
3D Diagram
Software
Tutorial
FAQ
12V 1A outer diameter 3.5 and inner diameter 1.35. If you want to use other power supplies, you need to ensure that the power supply ripple is within ±5%
Support
Technical Support
If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)


