Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Interfacing (DSI, CSI, I2C, etc.) • Re: Connecting a Display via DSI with ICN6211 Bridge - Troubleshooting Help Needed

$
0
0
As we have no idea which 'magic panel' OP is using one can only guess - so I will try below tomorrow

Code:

       panel: panel {                compatible = "panel-dpi";                backlight = <&backlight>;                 // rgb888                 bus-format = <0x100a>;                width-mm = <120>;                height-mm = <68>;                panel-timing {                    clock-frequency = <24284160>;                    hactive = <800>;                    hfront-porch = <8>;                    hsync-len = <4>;                    hback-porch = <8>;                    vactive = <480>;                    vfront-porch = <8>;                    vsync-len = <4>;                    vback-porch = <8>;                     hsync-active = <1>;                     vsync-active = <1>;                };

Statistics: Posted by aBUGSworstnightmare — Mon Feb 24, 2025 7:24 pm



Viewing all articles
Browse latest Browse all 8609

Trending Articles