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.

Change from LCD to AMOLED of CMEL'

Other Parts Discussed in Thread: ADS7846

The LCD(AMOLED of CMEL) connected to SPI interface.

Refereced with OMAP3EVM.

At the EVM board, SPI connected the touchscreen for ADS7846.

if you are using the LCD for SPI, how configure?

  • To clarify, you have a LCD that operates over the SPI interface and you are asking how to use it with the OMAP3?

    In general this would mean you would have to write some sort of driver for the SPI based LCD, you will probably be able to reuse some of the low level SPI code that is in the touchscreen driver but the driver levels above the SPI itself would have to be written for your particular LCD and requirements.