I have a custom board based on NXP i.MX RT1170 EVK with parallel RGB display.
I need help in porting SDK example "evkmimxrt1170_elcdif_rgb_cm7" for the custom board with Parallel RGB interface.
Need guidance in all the parameters that need to be changed in order to make the display work.
The display parameters are:
#define APP_PANEL_HEIGHT 600
#define APP_PANEL_WIDTH 1024
#define APP_HSW 10
#define APP_HFP 35
#define APP_HBP 46
#define APP_VSW 10
#define APP_VFP 12
#define APP_VBP 23
Thank you.