5.1 Creating the Project Graph

Creating the project graph involves integrating and configuring components such as the MIPI DSI peripheral for lane configuration and video transmission type, the XLCDC (LCD Controller) for the 720x1280 resolution and timing configuration, and I2C for the touch controller.

The following modules are added from the project resources to integrate the display with the processor:

When a display module is unavailable in MCC, a manual configuration of peripherals is required to integrate the custom MIPI display. This involves setting up the clock system, pin mappings and peripheral modules (MIPI DSI, XLCDC, I2C) to match the display’s requirements. A custom display driver must also to be developed for the display to work in MPLAB Harmony. This approach is necessary when MCC lacks a pre-built display module for the specific display, as determined in Verifying Display Driver Support in MPLAB Harmony.