Display Configuration

This document mainly introduces the various system configuration methods for the Quectel Pi M1 / L1 smart main control board running the Android operating system.

The Quectel Pi M1 / L1 smart main control board provides HDMI and MIPI display interfaces. The HDMI interface supports hot-plug functionality, while the MIPI interface does not support this feature.

../../../_images/image_AU1RblwH4o6RXzxQA5vc0NWpn4e.webp

Screen Rotation

Use the ADB tool to execute the following commands to rotate the screen:

adb root    #Switch to root user
adb shell setprop persist.panel.orientation 90  #Rotate the screen by 90 degrees
adb reboot     #Reboot

Adjust DPI Size

Use the ADB tool to execute the following commands to adjust the screen DPI:

adb shell wm density   #Check current DPI size
adb shell wm density 320  #Set to 320 DPI
adb shell wm density reset    #Restore default DPI

For display configuration details, please refer to the MIPI and Micro HDMI chapters.

Audio Settings

The audio interfaces supported by the Quectel Pi M1 / L1 include headset.

../../../_images/image_Gt8PbcMQMoARCSxub23cRnQDn4d.webp

Audio Parameter Settings

  1. Swipe up from the desktop to enter the menu interface and open “Settings”;

../../../_images/image_PSRQb82xHoe7RjxEQp1czVqinVf.webp
  1. Click the “Sound & Vibration” tab to configure settings.

../../../_images/image_AQYWbGB4Io1Gj7xI6UbcJ3UVnme.webp

Network Settings

This section introduces the network interfaces and configuration methods of the Quectel Pi M1 / L1.

../../../_images/image_VOazbKtEiooChYxgKgLcC7pYn4c.webp

Wi-Fi Network

Preparation

Prepare a Wi-Fi hotspot that can connect to the internet.

Software Configuration

1.On the Android desktop, swipe down to open the status bar and click the arrow on the right side of Wi-Fi;

../../../_images/image_R9Gib0riXo0J2bxwV3qcls4Tnbc.webp
  1. Click “All” and select the wireless network you want to connect to;

../../../_images/image_GksobEY1BolwcsxBOCQcs0SJnJb.webp
  1. After a successful connection, a Wi-Fi connection icon will appear in the top-right corner of the screen.

../../../_images/image_M2RHbwFYbo2F6JxHPxxcx9JonAc.webp

Query Network Information

Click the options button on the right side of the connected wireless network to view related network information.

../../../_images/image_HRjRb6R6gozvwoxoTZtcOZngnUh.webp ../../../_images/image_TH4TbKuavo6B1qxI79rcbsOSnTf.webp