---
product_id: 52014663
title: "HiLetgo 2.2 inch TFT LCD Display Shield Touch Panel ILI9341 4-Wire Serial Port Module for Arduino UNO MEGA 51/AVR/STM32/ARM/PIC"
brand: "hiletgo"
price: "550 kr"
currency: NOK
in_stock: true
category: "Hi Letgo"
url: https://www.desertcart.no/products/52014663-hiletgo-2-2-inch-tft-lcd-display-shield-touch-panel
store_origin: NO
region: Norway
---

# 4-wire SPI fast interface Built-in SD card socket 2.2 inch vibrant TFT display HiLetgo 2.2 inch TFT LCD Display Shield Touch Panel ILI9341 4-Wire Serial Port Module for Arduino UNO MEGA 51/AVR/STM32/ARM/PIC

**Brand:** hiletgo
**Price:** 550 kr
**Availability:** ✅ In Stock

## Summary

> 🚀 Elevate your DIY projects with vibrant visuals and seamless speed!

## Quick Answers

- **What is this?** HiLetgo 2.2 inch TFT LCD Display Shield Touch Panel ILI9341 4-Wire Serial Port Module for Arduino UNO MEGA 51/AVR/STM32/ARM/PIC by hiletgo
- **How much does it cost?** 550 kr with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.no](https://www.desertcart.no/products/52014663-hiletgo-2-2-inch-tft-lcd-display-shield-touch-panel)

## Best For

- hiletgo enthusiasts

## Why This Product

- Trusted hiletgo brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Power Flexibility:** Seamlessly compatible with both 3.3V and 5V logic levels, no extra hassle for your setup.
- • **Compact Brilliance:** Crisp 240x320 resolution on a sleek 2.2-inch panel, perfect for sharp visuals in tight spaces.
- • **Proven Performance:** Trusted by makers with support for Adafruit and TFT_eSPI libraries delivering blazing fast graphics.
- • **Expand Your Storage:** Onboard SD card socket lets you easily add multimedia or data storage for dynamic applications.
- • **Effortless Integration:** 4-wire SPI interface requires only 4 MCU pins, streamlining your Arduino or STM32 projects.

## Overview

The HiLetgo 2.2 inch TFT LCD Display Shield features a sharp 240x320 resolution driven by the ILI9341 chip, supporting 4-wire SPI communication for fast and efficient data transfer. Designed for versatile microcontroller compatibility, it operates on both 3.3V and 5V logic levels and includes a durable PCB with an integrated SD card socket, making it an ideal choice for professional-grade Arduino, STM32, and AVR projects seeking compact, high-performance display solutions.

## Description

Specifications: Resolution: 240x320 Driver IC: ILI9341 Input Voltage: 5V/3.3V Size 2.2 inch, It has PCB backplane with power IC, SD card socket LED Numbers 4 LEDs, Driver IC: ILI9341, Color Depth 262K/65K Module Size:67mm(length)*40mm(width)*4mm(thickness), Active Area: 47.5mm(Length)x36.5mm(Width) Package Included: 1*2.2" 2.2 inch 4-Wire SPI TFT LCD Display Module How to use it? 1. use 5v to led pin, 3.3v to vcc and 1k / 1.5k resistor voltage dividers to get it to work. 1k resistor in series from Arduino to tft logic pin, 1.5k from tft pin to ground. 2.#define TFT_DC 9#define TFT_CS 10#define TFT_MOSI 11#define TFT_CLK 13#define TFT_RST 12#define TFT_MISO 83.// Use hardware SPI (on Uno, #13, #12, #11) and the above for CS/DC//ILI9341 tft = ILI9341(TFT_CS, TFT_DC);4.// If using the breakout, change pins as desiredILI9341 tft = ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO).Serial monitor output: 1-- ILI9341 Test!Display Power Mode: 0x94MADCTL Mode: 0x48Pixel Format:0x5ImageFormat: 0x80Self Diagnostic: 0xC0Benchmark Time (microseconds)2-- Screen fill 18159720Text 921664Lines 8537648Horiz/Vert Lines 1485756Rectangles (outline) 946520Rectangles (filled) 37689232Circles (filled) 5325780Circles (outline) 3725412Triangles (outline) 1944508Triangles (filled) 12525852Rounded rects (outline) 1782700Rounded rects (filled) 40989648

## Features

- Durable hard PCB board and SD card socket, ideal for 5110 interface
- 2.4 inch TFT LCD shield without touch panel, fast to operate
- Support Serial SPI Mode, Interface 4-Wire SPI, Need 4 IOs from your MCU only
- Support a variety of microcontroller IO connection, professional and practical
- 5V compatible, use with 3.3V or 5V logic

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B01CZL6QIQ |
| Are Batteries Included | No |
| Brand | HiLetgo |
| Colour | Red |
| Customer Reviews | 4.4 4.4 out of 5 stars (113) |
| Date First Available | 10 Dec. 2022 |
| Guaranteed software updates until | unknown |
| Item Weight | 32 g |
| Item model number | 3-01-0191-AU-1PC |
| Manufacturer | HiLetgo |
| Package Dimensions | 9.7 x 5.9 x 1.8 cm; 32 g |
| Standing screen display size | 2.4 Inches |

## Images

![HiLetgo 2.2 inch TFT LCD Display Shield Touch Panel ILI9341 4-Wire Serial Port Module for Arduino UNO MEGA 51/AVR/STM32/ARM/PIC - Image 1](https://m.media-amazon.com/images/I/512kBDonBPL.jpg)

## Available Options

This product comes in different **Size** options.

## Questions & Answers

**Q: Is this display board compatible with arduino microcontroller and the arduino ide?**
A: It is. Stick to 3.3V controllers if you can - the Chinese manufacturers of these boards like to say that they're 5V compatible, and I've had them work before, but it's dodgy. 3.3V logic is much more reliable. If you're using a 5V arduino, I'd recommend getting a cheap logic level shifting board like these:

http://amzn.to/2D8JJ3O

To be honest, it's always good to have a few of these things around, anyway.

Adafruit has a library that is compatible with these displays:

https://github.com/adafruit/Adafruit_ILI9341

You need a microcontroller that can dedicate a couple of pins to the display for SPI communication. Specifically, you need a pin each for CLK, MISO, MOSI, CS, and DC. You'll also probably one one for the reset signal. The LED backlight brightness of the display can either be powered by a pin or simply connected to 3.3V. When I use these screens, I dedicate a pin so I can dim the screen in the code for additional effects. 

I have never tried using the SD card functionality on these boards, but I understand it's pretty straightforward. You'd need to dedicate a few more pins to the data transfer.

**Q: Is it possible to dim the backlight on this tft?**
A: Yes, the LED pin is the gate pin to the LED transistor and can be set to any level between 0-3.3v.  You can also PWM this pin to set a light level.

**Q: Can it display color?**
A: Yes

**Q: Can i get the datasheet for this? i am not using it on an arduino or pi, and need the dimensions, etc.**
A: Yes, just about any ILI9341 controlled display will do.  I used a TM022HDH26 V1.0 data sheet and everything except the display size and some of the component placement where different.  Just know this display is 240x320 and you should be fine.  These are very generic display's/controllers and many company's use them.  Even if you just get the data sheet for the ILI9341 you will be good to go.

## Frequently Bought Together

- HiLetgo 2.2 Inch ILI9341 SPI TFT LCD Display 240x320 ILI9341 LCD Screen with SD Card Slot for Arduino Raspberry Pi 51/AVR/STM32/ARM/PIC
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects
- HiLetgo ILI9341 2.8" SPI TFT LCD Display Touch Panel 240X320 with PCB 5V/3.3V STM32

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.no/products/52014663-hiletgo-2-2-inch-tft-lcd-display-shield-touch-panel](https://www.desertcart.no/products/52014663-hiletgo-2-2-inch-tft-lcd-display-shield-touch-panel)

---

*Product available on Desertcart Norway*
*Store origin: NO*
*Last updated: 2026-09-16*