Hi Edwin,
thanks for the answer.
In my application I have to transfer DCS Long Write (0x39) via video mode. This is not possible via the DPI-2 interface, as I can only select 16 bit (datatype 0x0E), 18 bit (datatype 0x1E), 18 bit loosely packed (datatype 0x2E) and 24 bit (datatype 0x3E) as datatypes in the PIXEL_FORMAT register (DPI_IF) of the RT1170 .

I can set the DCS datatype myself via the APB interface. The packet can be set using PKT_CONTROL register (APB_PKT_IF)

but I can't find a way to set whether it should be transmitted via video mode or command mode.
So is it possible to transmit a DCS Long Write (0x39) via video mode?