2.4 inch ILI9341 display advice

Use this section to discuss your embedded Flowcode projects.
Post Reply
WingNut
Posts: 254
http://meble-kuchenne.info.pl
Joined: Tue Jul 13, 2021 1:53 pm
Has thanked: 33 times
Been thanked: 23 times

2.4 inch ILI9341 display advice

Post 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
Attachments
ili9341 az delivery uno v pic test.fcfx
(10.1 KiB) Downloaded 89 times

BenR
Matrix Staff
Posts: 1707
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

Re: 2.4 inch ILI9341 display advice

Post 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 1357 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.

WingNut
Posts: 254
Joined: Tue Jul 13, 2021 1:53 pm
Has thanked: 33 times
Been thanked: 23 times

Re: 2.4 inch ILI9341 display advice

Post 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

Post Reply