Overview

Introduction

3.5-inch Capacitive Touch LCD Display, 480 × 320, Adjustable Brightness. Support popular mini PC such as Raspberry Pi, Banana Pi and Jetson Nano, and also can be used as a general-purpose HDMI display, connecting computers, TV boxes,  and so on.

top

Feature

top

Interface Introduction

The display supports 0, 180º rotation of the lcd view area, without changing settings at the RaspberryPi or PC. Its useful for simple customization of the display usage, but after rotation the touch needs to be re-calibrated. Press brightness button, holding, then press power button, rotates the display 180º, the rotation status is also saved to non-volatile memory DDC/CI. The display’s brightness, contrast, colors can be updated by DDC/CI commands from HDMI port DDC channel (I2C port). It also can enable or disable splash logo, hdmi symbol on the screen, standby feature. If the standby feature is disabled (disabled by default), the display always shows message if there is no input signal.

top

Parameters

Item Description Unit
Model 2024009100 /
Touch Panel Capacitive Touch /
Size 3.5 Inch
Viewing Angle 130 Deg
Resolution  480 × 320 Pixels
Dimensions 93.4 × 60.00 x 11.0 mm
Display Area 73.44 × 48.96 mm
Pixel Pitch 153 × 51 um
Color Gamut 80% NTSC
Maxium Brightness 300 cd/m²
Contrast  500:1 /
Backlight Adjustment Button Dimming /
Refresh Rate 60 Hz
Display Port Standard Micro HDMI Port /
Touch Port 5V USB Touch(Type-C) /
Power Consumption Normal mode: 5V, 200~230mA (max brightness)
Standby mode: 5V, 70~90mA (no signal, standby)
Suspend mode: 5V, 20mA (power switch off)
/
Operating Temp -20~ +70 °C
Storage Temp -30~ +80 °C
Mounting thread size  M2.5 /
Package Size 130*90*40 mm
Weight 55 g

top

Package list

top

Working With Raspberry P

How to work

1. Connect the Touch port to the USB port of the Raspberry Pi.
2. Connect the HDMI port to the Raspberry Pi HDMI port.

3. Burn OS in your SD card
Note: This screen support Raspberry Pi OS / Ubuntu / Kali and Retropie systems. When the LCD works on systems such as Raspberry Pi, the resolution must be manually set. Otherwise, the display resolution will be incorrect and affect your experience.
Step 1): Download the Raspberry Pi Imager from Raspberry Pi official website: https://www.raspberrypi.com/software/

Step 2): Prepare a newly formatted micro SD memory card(TF card) with USB micro SD card reader, recommend sizes are 16G, 32G. If you don’t know how to format micro SD card, please run Raspberry Pi Imager and select “Erase” in Operating System field, and “your micro SD card” in Storage field, then click “WRITE” to format micro SD card

Step 3): Run Raspberry Pi Imager, then select “Use custom” in Operating System field then browse “Raspberry Pi OS” you have downloaded, then select “your SD card” in Storage field. (If you have burnt Raspberry Pi OS in your SD card, please skip step 3 to step 5)

Step 4): Click setting icon” to enable SSH, set username and password (here we use pi as username and raspberry as password), and configure wireless LAN. Then click “SAVE”

Step 5): Click WRITE to burn OS system (Raspberry Pi OS) in your micro SD card. when you get the successful message, please remove your SD card from PC.


4. Insert the SD card with OS which is compatible with your Raspberry Pi board into the Raspberry Pi.

5. Power on your Raspberry Pi board with suitable adapter.

Recommend adapter:

6. Adjust suitable resolution before using. Here we take “2024-11-19-raspios-bookworm-arm64-full” as example to adjust the resolution: Click “main menu” icon, then move to “Preferences”then to submenu “Screen Configuration”. In the pop window, click “Screens” then move to “HDMI-A-1” (choose the correct HDMI screen), then move to “resolution” then select suitable resolution (recommend to select 680*480). Click “Apply”, then click “OK” within 10 seconds to confirm your resolution

Now 3.5″ HDMI touch screen can work.

top

How to Rotate the Display in Raspberry Pi OS

Your easiest option for rotating the display on a Raspberry Pi is via the operating system. In Raspberry Pi OS there is a specific menu command in the desktop environment. Make the right selection here, and you can rotate the display clockwise, anti-clockwise, or flip it entirely.

1.Rotate the Display:

  1. Open Menu > Preferences
  2. Select Screen Configuration
  3. In the new window, right-click the display
  4. Select Orientation and choose one of the four options
  5. Click the green check to confirm and apply the new orientation

When applying the change, you’ll be asked to reboot. The screen will have a new orientation when the Pi reboots.

2. Touch calibration

After display rotation, the touch position is wrong because the touch does not change with the display angle. So you need to modify the touch.
1. Install libinput.

sudo apt-get install xserver-xorg-input-libinput

Note: If you are installing an Ubuntu system or a Jetson Nano. The installation command is:

sudo apt install xserver-xorg-input-synaptics

Use mouse to control your screen, then click [Preferences]-[Calibrate Touchscreen] from main menu, (or enter DISPLAY=:0.0 xinput_calibrator in the terminal), click four crossbar points on corners, complete the calibration.

top

Working With PC

How to work

Support Windows 11 / 10 / 8.1 / 8 / 7
1. Connect the Touch port of the LCD to the USB interface of the PC, and Windows will automatically identify the touch function.
2. Connect the HDMI port of the LCD to the HDMI port of the PC, and Windows will automatically identify the display function.

Note:

top

How to calibrate touch

Take Windows 10 as an example:

【Note】If the touch screen is blank, press the “Enter” key, and the text prompt will switch to the touch screen. (The screen which displays the text prompt will be used as a touch screen!)

top