Dear community,
I'm working on a project with iMX8QXP, where DPU and LVDS are managed by M4 core.
Is there a way to set LVDS0 in dual channel split mode using the MCUXpresso SDK?
And/or there is a software example about this?
Thanks.
Hello @mattiasecchiaro
I hope you are doing well.
->Yes, there is a register called tcon_CTRL, Whose field 0 & 1 is used for setting the channel mode.
->One can select the channel mode of any of the below three available modes.
00b - Single pixel mode. Both channels channel are active at full pixel clock. If the bitmap of both panels is the same, both panels are identical
01b - Dual pixel mode. Both channels are active at half the pixel clock. 1st channel drives display columns with even and 2nd one with odd index.
10b - Dual pixel mode. Both channels are active at half the pixel clock. 1st channel drives the left and 2nd on the right half of the display.