Part Number: TMS320C5535
Hello,
Can anyone suggest a way interfacing a TFT SPI based display using dsp c5535 processor? I am using http://www.ti.com/tool/TMDX5535EZDSP.
Regards
Aditya P
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.
Part Number: TMS320C5535
Hello,
Can anyone suggest a way interfacing a TFT SPI based display using dsp c5535 processor? I am using http://www.ti.com/tool/TMDX5535EZDSP.
Regards
Aditya P
Hi Aditya,
Unfortunately I can not suggest you SPI TFT example but you can find an example for I2C OLED display in CSL v3.08 at:

OLED I2C Display Test is a part of Diagnostic software package which provides the test software for verifying the hardware interfaces on C5545 BoosterPack. You can find short test description in:
/c55_csl_3.08/demos/out_of_box/c5545/c5545bp_software_01.01.00.00/docs/diagnostics_readme.txt
and source code:
/c55_csl_3.08/demos/out_of_box/c5545/c5545bp_software_01.01.00.00/source_code/c55xx_diagnostics/board/diag/oled_display_test/src/oled_display_test.c
Regards,
Tsvetolin Shulev
Hi Tsvetolin,
Thanks for the reply.
Just a small doubt, will this code work with any kind of OLED with I2C support connected externally? or Is it specific to on board oled.
Regards,
Aditya
If you are using different I2C OLED display you should revise init() function according specific characteristics of the chosen display.
Regards,
Tsvetolin Shulev