Page 1 of 1

Help with display ILI9341

Posted: Fri Oct 22, 2021 1:32 am
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

Re: Help with display ILI9341

Posted: Fri Oct 22, 2021 2:39 pm
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.