LCD LVDS interface
Tank (53) 375 posts |
I thought I would try the LVDS interface board available here Cheers PS |
Jeffrey Lee (213) 6048 posts |
The datasheet lists it as expecting a typical pixel rate of 65MHz, so… VSync of 60Hz → 1083333 pixels/frame So try making sure the horiz front/back porch & sync values total 322 (1346-1024) and that the vert front/back porch & sync values total 37 (805-768). The datasheet doesn’t seem to list the minimum vsync/hsync timings, so just pick a number out of the air for those ;) You might also need to mess around with the invert HSync & invert VSync flags. I think you can safely ignore the DSI_BPP, DSI_LANES, ACBias_freq and LCDType settings (e.g. leave them as they are). Good luck! |
Tank (53) 375 posts |
Thanks Jeffrey. I am now getting different lines !! I have tried with HSync and VSync inverted with no difference. Is there a limit to the H and V sync widths ? Thanks |