Skip to Content

LCD 320x240 2.8 Inch Touch 262K Colors SPI Display Module For Raspberry Pi Pico

The 2.8-inch Touch Display Module for Raspberry Pi Pico is a compact and powerful display featuring a 320×240 resolution IPS screen capable of rendering 262K colors. It includes a resistive touch controller (XPT2046) and an ST7789 display driver, using an SPI interface for efficient communication.

The module supports both C/C++ and MicroPython, with development resources provided for easy integration with Raspberry Pi Pico.

Package Includes:

  1. Pico-ResTouch-LCD-2.8 x1
  2. Standoffs pack x1

92.00 AED 92.00 AED Tax Included
92.00 AED Tax Included

Not Available For Sale

This combination does not exist.

TFT Touch

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Features

  • Display: 320×240 resolution, IPS panel, 262K colors
  • Clear and colorful visuals
  • Dedicated resistive touch controller for smooth touch response
  • MicroSD card slot for storing and displaying images
  • Programmable backlight control for energy savings

Compatibility

  • Designed for Raspberry Pi Pico
  • Includes manuals and development examples for C/C++ and MicroPython

Specifications

  • Operating Voltage: 5V
  • Resolution: 320×240 pixels
  • Display Panel: IPS
  • Pixel Size: 0.18 × 0.18 mm
  • Display Size: 57.60 × 43.20 mm
  • Communication Interface: SPI
  • Driver: ST7789
  • Touch Controller: XPT2046
  • Module Dimensions: 70.20 × 50.20 mm

Images

Touch Display Module

Raspberry Pi Pico Header Compatibility

Header Compatibility

Onboard Components

Onboard Components

Pinout

The display uses a 4-wire SPI interface with the ST7789VW controller, which supports 240×RGB×320 resolution. SPI write speeds up to 60MHz.

Pinout Definition

LCD Pin Pico Pin Description
VCC VSYS Power input
GND GND Ground
SDIO_CLK GP5 SCK pin of SDIO
LCD_DC GP8 Data/Command control
LCD_CS GP9 Chip select (Low active)
LCD_CLK GP10 SPI Clock
MOSI GP11 SPI MOSI
MISO GP12 SPI MISO
LCD_BL GP13 Backlight control
LCD_RST GP15 Reset pin (Low active)
TP_CS GP16 Touch chip select
TP_IRQ GP17 Touch interrupt pin
SDIO_CMD GP18 SDIO CMD pin
D0 GP19 SDIO D0 pin
D1 GP20 SDIO D1 pin
D2 GP21 SDIO D2 pin
SD_CS/D3 GP22 SDIO CS/D3 pin

Dimensions

Module Dimensions

Resources

  • Wiki: Pico-ResTouch-LCD-2.8
  • MicroPython Demo: GitHub
  • MicroPython Firmware / Blink Demo: Download
  • Official Raspberry Pi C/C++ Demo: GitHub
  • Official Raspberry Pi MicroPython Demo: GitHub
  • Arduino C/C++ Demo: GitHub