Product Details

Geekcreit Display Screen

2.8 Inch ILI9341 240x320 SPI TFT LCD Display Touch Panel SPI Serial Port Module

Last updated: 20 August 2025
4,90 375 reviews
🛒 14,44$ from Banggood 🛒
Ship From: CN
2.277 Heats
854 Wishlist
Share on:
Questions and Answers
Q

Does it support reading from screen RAM? Thanks

by atlas_copco, on 30 November 2020
A

It isn't double buffered, if that's the question

by roth3ns, on 30 November 2020
Q

How should I use this display and the available drivers? I've been trying to use it with the Adafruit_ILI9341 library and I only get a white screen.

by Angel, on 28 March 2019
A

Use short cables for SPI Bus, than it works. Got same Problem and solve this with short cable connection.

by DerSommer77, on 05 October 2021
Reviews
5 out of 5 stars
deliopoulos on 12 June 2022

As in the description!

5 out of 5 stars
deliopoulos on 09 February 2022

As in the description! Very fast delivery!

5 out of 5 stars
BobP on 27 September 2021

The 2.8 inch TFT LCD Display was received U.S.A (East coast) 20 days after I placed the order. I am pleased with the fast processing of my order and the excellent delivery time. The display was exactly as described in the Banggood web site ad. This is second display I ordered as the first was damaged in shipping and did not work correctly. Banggood customer service promptly took care of this problem so I order the second unit. I tested the display and everything worked good. The only thing negative I can report is that the packaging for shipment to USA was absolutely terrible!!! There was no protection for the contact pins, no protection for the glass display. It was simply placed in a thin, plastic bag. I was surprised that it was not damaged during shipment. Banggood shipping department needs to do better! Otherwise, I am happy with my purchase.

5 out of 5 stars
NaCc on 16 January 2021

Thank you,Received my touch screen display in good condition I can't wait to start using in my project.

5 out of 5 stars
VladoKW on 04 August 2020

Product as description. Tested ok working as expected. Tested the touchscreen and is very accurate after fine tuning of parameters. Need to use the proper library which is easy to find on github. Good product. Recommend.

5 out of 5 stars
bandixxl404 on 03 May 2020

Good product. Note: if you use 3.3V supply and 3.3V logic level it works fine, but if both of the supply voltage and the logic level is 5V it will not work. So if you want to use it with a 5V system, the logic levels must be reduced down to about 3V. I think this part should be included in the description page because the current description is misleading.

4 out of 5 stars
varghesebinu1 on 03 September 2019

very nice display however it Is only best used with fast ic such as the esp8266 family. otherwise it is takes too long to fully update the display

5 out of 5 stars
durugesha on 31 March 2019

TFT

5 out of 5 stars
pippoc on 21 June 2018

the vedo of "educ8s.tv" is WRONG He says the display is slow only because he use the libreries wrong 1)if you use the SPI-software: Adafruit_ILI9341(TFT_CS,TFT_DC,TFT_MOSI,TFT_CLK,TFT_RST,TFT_MISO) the disply will be slow 2)if you use the "Hardware SPI" the display will be very fast To do this you can use the constructor: Adafruit_ILI9341(TFT_CS,TFT_DC) and connect TFT_RST to 3.3v alternatively you can use the constructor: Adafruit_ILI9341(TFT_CS,TFT_DC,TFT_RST) and #define TFT_RST 8

5 out of 5 stars
rajeshcvani on 17 April 2018

Super easy to integrate with any project for color display and touch controlled devices. Used it for esp8266 based color weather station. Working like a charm.