Hi,
thanks for the response.
Yes, we've tried setting the default_bpp to 32 and it's a little bit better (since now, we can use the full RGB666 not only RGB565).
But it's still not great.
Our devicetree setting look like this - Can you see anything wrong with that?
/ {
mxcfb1: fb@0 {
disp_dev = "ldb";
interface_pix_fmt = "RGB666";
default_bpp = <32>;
int_clk = <0>;
late_init = <0>;
status = "okay";
};
};
&ldb {
status = "okay";
lvds-channel@0 {
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
crtc = "ipu2-di0";
primary;
status = "okay";
display-timings {
/* ... */
};
};
};Thanks again,
- Matthias Rabe