Hi Team
We are using IMX8MM processor and connect LCD screen over MIPI DSI interface. But somehow we are not getting proper color coding for the same.
1. We have used RGB565 format to configure the lcd screen with 16bpp. MIPI_DSI_FMT_RGB565.
2. We tried one application where we are writing the display with R,G and B values. Out of that on R value is getting set G and B values are not getting reflected at all.
3. If Green and Blue is set then we are getting complete black color.
4. If Red, Green and blue all are set then also we are getting only red color.
Can you help us debug this further. All the help is appreciated.
lane configuration can be adjusted in parameter "dsi-lanes = < >;"
Best regards
igor
Hi rajvikamdar
as starting point one can look at rm67191 driver
pay attention to custom lcd initialization:
* There is no description in the Reference Manual about these commands.
* We received them from vendor, so just use them as is.
*/
static const struct cmd_set_entry mcs_rm67191[] = {
and correct timings in: struct drm_display_mode default_mode = {..
Best regards
igor