Help with display ILI9341

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
RLOPES780
Posts: 119
Joined: Tue Apr 07, 2015 11:01 am
Been thanked: 3 times
Contact:

Help with display ILI9341

Post by RLOPES780 »

Good Morning.

Could someone help me with the connections between a dspic333p512mu810 microcontroller with an ILI9341 display. (Note is a Mickromedia kit)
Flowcode pins are MOSI, CLOCK,CS,D/C,RESET,LED. And what are the dspic ones?


Grateful



https://download.mikroe.com/documents/s ... l-v100.pdf

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Help with display ILI9341

Post by Benj »

Hello,

It looks like the display on the board is setup for parrallel communications whereas the component in Flowcode 7 only works with a serial SPI type display. You may be able to use the display in serial mode but often this is set on the display's PCB with resistors connected to the display driver IC.

Flowcode v9 does support the parrallel drive mode so maybe you could use the free trial and see if you can get this working with the board.

Post Reply