I have MIMXRT595-EVK and G1120B0MIPI board.
And I runned sd_jepg demo successfully.
When I traced the internal logic further, I found that the code uses APB interface but not DPI-2 interface(also called RGB interface)[It uses VSYNC, HSYNC, DOTCLK and ENABLE signals to transmit data to LCD panel.].
But APB interface only can transfer 255 bytes per time, just as below:

I want to change APB interface to DPI-2 interface(RGB interface) as below:

Does G1120B0MIPI support DPI-2 interface(RGB interface) mode?
Are there any relevant documents or routines that can be provided for reference?
Looking forward to your reply. Thanks.