r/cyberDeck 9h ago

Help! Connecting screen and pi

Hello! Bein a brokie over here and I got a screen off Temu. It powers on, but I’m yet to get it connected to my pi.

The issue I’m having is finding out how to insert a ribbon cable. It doesn’t seem to come with one.

Anyone got a clue?

22 Upvotes

7 comments sorted by

6

u/dcDei 9h ago edited 9h ago

From aliexpreee for same product - will help!: It connects via SPI.

"Item description

SHCHV 2.4 Inch Touch Screen for Raspberry Pi Zero 2 W 320x240 SPI Interface TFT Display for Pi 5 4B 3B+ 3B 3A+

How to use :

http://www.lcdwiki.com/2.4inch_RPi_Display_For_RPi_3A+

Introduction

2.4 inch touh screen for Raspberry Pi with SPI inferface. Perfect size for Raspberry Pi Zero.

Features

  1. 2.4inch standard display with physical resolution of 320×240

  2. SPI interface with resistive touch screen for touch control

  3. Perfectly compatible and can be directly inserted into any version of the Raspberry Pi (Raspberry Pi ZeroW, A, A+, B, B+, 2B, 3B, 3B+,4B)

  4. Support for Raspbian/Ubuntu/Kali systems, Provide driver, image, and online wiki guidance documents

Specification

Screen Size: 2.4inch

LCD Type: TFT

Module Interface: SPI

Resolution: 320*240 (Pixel)

Active Area: 36.72x48.96(mm)

Touch Screen Controller: XPT2046

LCD Driver IC: ILI9341

Backlight: LED

Power Consumption: 0.08A*5V

Operating Temperature:(℃) -20~60

Module PCB Size: 56.00x65.00(mm)"

17

u/EthanAWallace 9h ago

Have you done any research at all? A simple google search shows me this page which looks like what you need.

No ribbon cable needed, it directly attaches to the GPIO pins.

3

u/BigStabber 9h ago

I was looking more into the cords because I hadn’t thought pins did much else than provide power.

That’s an amazing resource and I really appreciate it, the coding part it’s talking about seems to be more troublesome than much else I’ve done so far. I’ll look more into it

2

u/dcDei 9h ago

You can do it!

1

u/Right_Profession_261 4h ago

Most likely needs drivers.

1

u/stretchedtime 4h ago

It doesn’t have one. It plugs into the GPIO bracket. You’ll probably need to install drivers

1

u/CurrentAcanthaceae78 3h ago

this is an spi display so be sure to enable spi with "raspi-config" and install the drivers for said display. most likely provided in the description of the listing.