This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SN65DSI83: Panda Board

Part Number: SN65DSI83

Hi,

If I buy a panda board, what can you give me ( sd file, I2C configuration... ) to display a dsi signal test to a 800x480 tft

Best ragards

Vincent

  • Hello Vincent,

    Yes, we can provide a sample code that we use in Linux for OMAP to configure the DSI8x, this code executes the initialization sequence for the SN65DSI8x and configures the device registers. This is only a sample code; you need to modify the values in the code to match the required
    resolution, video format, etc.
    The DSI interface is fully supported on the OMAP mainline Linux kernel in the following address:
    git.kernel.org/.../dsi.c

    Regards