Pic32 & ili9341

Thread Starter

jeranio

Joined May 18, 2012
1
Hello All
I am relatively new to PICs and my first project is the above pic attached to a LCD with the ILI display controller. The display also has a touchscreen. Can anyone help with driver setup and how do i get it to show at least one pixel. The backlight I already control seperately.
Info u might need : PIC32MX460F512L ; ILI9341 ; PMP to display data thru D0..D7. I have all datasheets etc but still with MPLAB and all its includes I am having trouble between hardwareprofile.h and displaydriver.h.

Kind Regards
Jeranio
 

ErnieM

Joined Apr 24, 2011
8,377
I've worked some with graphics on a PIC32 but I had the advantage of using a display supported by their libraries. I would strongly suggest you use such a device. I don't think the ILI9341 is supported though it may be similar to others that are supported.

Microchip has their Graphics Library as part of the App library. Seperately you can get their display designerr that writes the boilder plate code for screen objects like buttons, text boxes and the like.
 
Top