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.
已解决! 转到解答。
Thanks for your reply.
I find evkmimxrt595_lcdif_rgb565 example use lcdif(dpi)+dsi with 2 lane. It works fine.
But when I modify 2 lane to 1 lane.
The parameter not same between setting and captured:
The images shows abnormal as below:
Should I also change clk or something else?
Thanks.