RTL8722DM LCDC MCU 16bit doesn't work

IDE is IAR.
SDK is the newest from github.
I test LCDC MCU_trigger_DMA in ambd_sdk\project\realtek_amebaD_va0_example\example_sources\LCDC.
If MCULCDBitMode is configured MCU_LCD_16BIT_IF, the screen shows random code.
If MCULCDBitMode is configured MCU_LCD_8BIT_IF, the screen is displayed correctly.
Does someone use LCDC in 16bit mode?

Any info about the model of the LCD display used?

IPS display. IC is ILI9481. 320 * 480.
The display works well.

1 Like

LCDC MCU 16-bit mode is not supported for RTL8722DM, only 8-bit mode is supported

1 Like

Thank you very much.