Skip to main content

10.1-inch MIPI Display

The Walnut Pi official 10.1-inch MIPI display has a resolution of 1280x800. Buy now >>

mipi_lcd

Specifications
Size10.1-inch
Resolution1280x800
Viewing AngleIPS (Full Viewing Angle)
InterfaceMIPI 4 lane
TouchCapacitive Touch Screen (Optional)
Operating Temperature-20℃ ~ 60℃
Storage Temperature-30℃ ~ 70℃
Dimensions140.24 x 226.85 x 2.4 mm (No Touch)
156.36 x 237.58 x 3.13 mm (With Capacitive Touch)
Weight226g (With Capacitive Touch)

The Walnut Pi 2B has 1 MIPI DSI interface (1x4 lane DSI, 2 lane compatible), which can connect external MIPI displays, supporting up to 1080P@60fps. The interface definition is compatible with Raspberry Pi.

mipi_lcd

Assembly

Make sure to assemble with power disconnected. First, lift the black 22P DSI latch on the Walnut Pi 2B, insert the ribbon cable with the gold fingers oriented as shown below, then push the latch down to secure it:

mipi_lcd

Connect the other end to the 10.1-inch MIPI display. After assembly, it should look like this:

mipi_lcd

Unfold the included stand as shown below:

mipi_lcd

Simply place the display on the stand.

mipi_lcd

mipi_lcd

Assembly is now complete.

Enabling LCD Display

The Walnut Pi system already includes the relevant display drivers, supported on both Desktop and Server editions. Use the following command to enable desktop display (supports TAB auto-completion):

sudo set-lcd dsi-1280x800 install

After configuration, reboot the board:

sudo reboot
Note:

You can also configure this by modifying the screen parameter in /boot/config.txt: screen=dsi-1280x800. config.txt Display Configuration Tutorial

The first reboot after configuration may take a bit longer. After booting, it will appear as shown below:

mipi_lcd

Adjusting Display Orientation

Landscape Mode

The default configuration after initial setup is portrait. You can switch to landscape mode as follows:

Open Settings - Display:

mipi_lcd

Set Rotation to Right:

mipi_lcd

After adjustment, it will appear in landscape mode as shown below. The settings persist after reboot.

mipi_lcd

Virtual Keyboard

You can install the onboard virtual keyboard:

sudo apt install onboard

After installation, find it in the Start Menu under Accessories:

mipi_lcd

The keyboard opens as shown below and can be resized as needed.

mipi_lcd

Dual Display (Extended Desktop)

When both a MIPI display and HDMI are connected, the Walnut Pi Desktop edition automatically enters dual-display mode upon boot. You can configure extended display and other display modes through Settings - Display.

mipi_lcd

Example: In the image below, dragging the dsi-1 window below the HDMI display means that moving the mouse beyond the bottom-left of the HDMI display will enter the MIPI display—similar to extending a desktop on a PC.

mipi_lcd

mipi_lcd

Note

The Server edition only supports a single display mode.

Disabling LCD Display

Use the following command to remove the LCD display function and boot from HDMI:

sudo set-lcd dsi-1280x800 remove