Page 1 of 1

2.4 inch ILI9341 display advice

Posted: Wed Apr 06, 2022 8:32 pm
by WingNut
Got myself a few of these from AZ delivery https://www.amazon.co.uk/AZDelivery-XPT ... merReviews


There are 5 pins to deal with data/clock etc in serial mode but the fc module uses a 6th Dataport_low defaulting to C.0 Where does it get connected?
Its the same layout as below http://www.lcdwiki.com/2.4inch_Arduino_Display

Pointers much appreciated

Re: 2.4 inch ILI9341 display advice

Posted: Mon Apr 11, 2022 3:03 pm
by BenR
Hello,

The information you linked to states Module Interface 8-bit parallel interface

I don't think you will be able to use these displays in SPI mode.


How about this for the parrallel connections..
gLCD_Connections.jpg
gLCD_Connections.jpg (184.43 KiB) Viewed 1405 times

If you also want to use the SD card socket then you can link the SD card / FAT component to the four SD_ connections.

I'm not seeing any touch connections which is odd as it says it has touch capability and shows a stylus.

Re: 2.4 inch ILI9341 display advice

Posted: Tue Apr 12, 2022 9:17 am
by WingNut
Thanks Ben. I did think I would need to use a full port for the data. Kind of limits the capabilities of any circuit i put it in but should work pretty fast. I'll give it a go over the next couple of days and get back