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.

DLPC3435 for Displaying some graphics

Other Parts Discussed in Thread: DLPC3435, TM4C129LNCZAD

Hello


  We are planning to use DLPC3435 for Projection of some graphics that we have planned. the graphics section will be implemented using Micro controller and for the display we are planning to use TI DLPC3435  we want help in deciding if we can use LCD controller similar to TM4C129LNCZAD for giving input to 24 bit RGB input to DLPC3435 .

Best Regards

  • Vishal,

    Yes, the Tiva TM4C129 LCD peripheral can drive the DLPC3435 24-bit RGB parallel interface. You can use the TivaWare LCD example for 24-bit RGB parallel interface as a starting point. Note that depending on the size of the DMD, the LCD buffer might not fit in on-chip memory and would need to use external memory. When the Tiva accesses external SDRAM, the interface runs much slower than the CPU, so you might need to consider how the buffers are created and streamed from Tiva memory to the DLPC3435 depending on the refresh rate of the buffers to DLPC3435.

    Best regards,

      Pedro