Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
3.5inch TFT 480*320 50FPS Touch Screen Display ABS Case Kit for Raspberry Pi 4B — image 1
Hover to zoom
Pricio

3.5inch TFT 480*320 50FPS Touch Screen Display ABS Case Kit for Raspberry Pi 4B

5.061 ratings
AI Summary
Electronics for everyday users

The 3.5inch TFT 480*320 50FPS Touch Screen Display ABS Case Kit for Raspberry Pi 4B by Pricio is a mid-range electronics designed for everyday users. Customers praise its easy to set up and use and excellent build quality. 100% of buyers rate it 4★ or above.

easy to set up and useexcellent build qualityfast and responsiveclear and bright display
₹2,436
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹2,436
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 4 Aug18 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Ideal For

Everyday convenience
Share:
SKU: bg-1607514Category: Electronics

About This Product

The 3.5inch TFT 480*320 50FPS Touch Screen Display ABS Case Kit for Raspberry Pi 4B by Pricio is a mid-range electronics designed for everyday users. Customers highlight its easy to set up and use and excellent build quality.

Customer Verdict

100% of buyers rated this product 4 stars or above. The most appreciated qualities are: easy to set up and use, excellent build quality, fast and responsive, clear and bright display.

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

Note: Raspberrry Pi is not included.
Introduction:
This is the dual use ABS case for 3.5 inch screen kit, suitable for Raspberry Pi 4 Model B.It is esay to install the case with screen and Raspberry Pi.When you use the Raspberry Pi with 3.5inch screen,please remove the cover of case;When you use Raspberry Pi with cooling fan,you needn't remover the cover of case.
Note:The 3.5inch screen and cooling fan can't be used at the same time.
If Raspberry Pi is equipped with GPIO display drivers,the HDMIport will have no signal output
Specifications:
Colour: Black
Material: ABS plastic
Size: 90*61*35
Applicable to: Raspberry Pi 4B
3.5-inch touch screen or fan that can install Raspberry Pi
Knowing that: 3.5-inch display and fan cannot be installed at the same time due to the PIN pin
3.5inch Touch Screen Features:
1. Physical resolution 320 x 480, with resistive touch control
2. With the refresh rate of raspberry pi around 50Hz, play video to play the game without pressure.
3. With the refresh rate of raspberry pie around 50Hz, play video to play the game without pressure
4. Support FBCP software drive, support double screen display, can adjust the resolution of the software to zoom
5. Raspberry Pi ZeroW, A, A+, B, B+, 2B, 3B, 3B+ , 4B)
6. Support Raspbian/Ubuntu/Kali system, provide driver and image 
7. WIKI for reference: raspberrypiwiki.com/index.php/3.5_inch_LCD_B
Note:
Please plug the screen on Raspberry Pi's GPIO pins correctly( as the picture) , otherwise the touch function will be damaged.
How to Use the Touch LCD
Step 1Download the Raspbian image
https://www.raspberrypi.org/downloads/raspbian/
Step 2: Burn the system image to the SD card
https://projects.raspberrypi.org/en/projects/raspberry-pi-setting-up/3
Stop 3 : Connect the LCD to Raspberry Pi , insert the system SD card , connect the Ethernet and power on it
Step 4: Open terminal(SSH) and install the driver on RaspberryPi
(1)Execute the following commands (RaspberryPi needs to connect Internet):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MHS35-show
(2) After the above commands are executed, the system will automatically restart and be able to display and touch normally now. 

Install LCD driver

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
  • If Raspberry Pi is equipped with GPIO display drivers such as MPI2411, MPI2418, MPI2801, MPI3201, MPI3501, etc., the HDMIport will have no signal output
  • If you need to switch back to the HDMIdisplay mode, execute:
cd LCD-show/
sudo ./LCDhdmi

Download LCD Driver Manually

  • Driver download

Download:File:LCD-show.tar.gz

Touch screen calibration

  • This LCD can be calibrated using a program called xinput_calibrator
  • Install it with the commands:
cd LCD-show/
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
  • Click the Men button on the task bar, choose Preference -> Calibrate Touchscreen.
  • Finish the touch calibration following the prompts. Maybe rebooting is required to make calibration active.
  • You can create a 99-calibration.conf file to save the touch parameters (not necessary if file exists).
 /ect/X11/xorg.conf.d/99-calibration.conf
  • Save the touch parameters

About Dual Use ABS Case:
1. The Case made of ABS material,support to install 3.5 inch touch screen,and need to remove the cover of case. When you don't use the 3.5 inch touchscreen , it is a general case with cooling fan.The 3.5inch screen and cooling fan can't be used at the same time.
2. The case is design for Raspberry Pi 4 Model B , remain almost  all interface such as USB , Ethernet , A/V , microHDMI , SD card slot , display , camera( CSI). (Note: A1 case remain GPIO and POE hole , but A2 case does not remian)
3. Make 2 hole on the bottom so that you can hange the case on the wall or something else . This design is very convenient when using the 3.5 inch touchscreen.
Package Included:
1 x ABS box case 
1 x touch screen
1 x touch screen pen


Product Safety Information

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.