Hi,
I am using NXPs IMXRT1170-EVK board. I want to use LCDIFv2 for a parallel RGB supported panel. With the SDK example - LCDIFv2/rgb565, its using MIPI interface with LCDIFv2.
Is this the only change -
VIDEO_MUX->VID_MUX_CTRL.SET = VIDEO_MUX_VID_MUX_CTRL_PARA_LCD_SEL_MASK;
and how are VSYNC, HSYNC, DOTCLOCK calculated?
Thanks