I have written this driver to use ILI9341 with MPLAB Harmony graphics library. Currently it is supporting only 16bit mode via PORTB, and SPI mode with static SPI driver.
- Configurable through MPLAB Harmony Configurator
- 16bit parallel mode
- 4pin SPI mode (tested up to 50Mhz data rate)
- Download and copy it to harmony installation directory (overwrite files)
- Set appropriate pins to Digital Output
- In the case of SPI configure it to static mode
- Select ILI9341 display under Graphics Displays
- Set up graphics library
- Compile and enjoy
- Support 8bit mode
- Use PMP module instead of PORTB