Page 1 of 2
Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 8:05 am
by bryn
Hi all,
I've recently brought a 2.4 Inch TFT LCD Display Module Touch Screen (
http://www.ebay.co.uk/itm/162083430896? ... EBIDX%3AIT) to go with my Raspberry Pi Zero and wondered if anyone else used one with Retropie?
I've used fbcp to copy the HDMI to the screen but it is a bit laggy when running RetroPie in-menu, as well as in-game - not so much that it isn't playable but its noticeable. I've tried a number of different resolutions as well.
I just wonder if the screen itself is just not decent enough to cope with the games or whether I just need to tweak the configs.
Any help would be most appreciated
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 8:14 am
by Chedda
I have the 3.5 inch version and it runs fine without any issues.
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 8:19 am
by bryn
Chedda wrote:I have the 3.5 inch version and it runs fine without any issues.
Great to hear - just means I need to play more with the configs
Any suggestions what might be causing the lag?
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 8:30 am
by Chedda
Are you outputting to 2 different sources?
The difference I have is that I am using the Adafruit version of the 3.5 tft.
https://www.adafruit.com/products/2441
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 9:11 am
by bryn
I have tried it with just the 2.4" screen plugged in, as well as also connecting another screen via HDMI (HDMI doesn't see any lag + appears to be working at full resolution, even though I changed the HDMI resolution)
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 9:13 am
by Chedda
If you run with just the one display, do you get lag/ghosting?
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 9:16 am
by bryn
Chedda wrote:If you run with just the one display, do you get lag/ghosting?
Not with the HDMI screen, but yes with the 2.4" only.
Could it be that the pi still thinks the HDMI screen is plugged in and is still pumping out full resolution to the HDMI, while also mirroring to the 2.4"?
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 9:31 am
by Chedda
Did you hard code that into the config.txt? You can disable the hdmi in the config and see if it is the driver on the display causing the issue.
Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Tue Oct 04, 2016 10:19 am
by bryn
On my home now, so will check this out and let you know - thanks for your help Chedda

Re: Any experience with Pi Zero + 2.4" TFT LCD Touch Screen
Posted: Sat Jul 22, 2017 3:04 pm
by rich1812
I also have a 2.4" rs6-21 display. It was used on Arduino before, but I would like to connect to a Pi 3, trouble is I am not sure which pin on the display goes to ehich gpio on the Pi. the pins on the dispay are in 4 groups. They are:
//Group 1
LCD_RST
LCD_CS
LCD_RS
LCD_WR
LCD_RD
// Group 2
LCD_D2
LCD_D3
LCD_D4
LCD_D5
LCD_D6
LCD_D7
//Group 3
GND
5v
3.3v
//Group 4
LCD_D0
LCD_D1
SD_SS
SD_D1
SD_D0
SD_SCK
can you help me? Thanks