hello all,
i have two imx6 custom board, first board use ldb output image, and second board receive image and send it to lcd.
first board second board
fb->ldb --(max9277/max9288)-> mipi->fb->lcd
first board's fb format is RGB565, mxc fb pixformat is also RGB565. Second board's mipi is set as RGB565, v4l2 capture format also RGB565.(max9277 and max9286 is maxim's Serializers and Deserializers, i config max9286 as RGB565). the lcd's output is not match:chrome component is not correct.
is there something wrong with my configuration?
if i can set mxc's pixformat as RGB565 ? it normally set as RGB24 or RGB666
if the ldb's SPWG standard not match csi mipi format?