Hello Team,
My customer is asking if it is possible to write software to manipulate TI projectors? What software language would Iwe advice they need?
Regards,
Renan
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.
Hello Team,
My customer is asking if it is possible to write software to manipulate TI projectors? What software language would Iwe advice they need?
Regards,
Renan
Renan,
Your best option in this case is probably the DLPC-API: https://www.ti.com/tool/DLPC-API
This software package is a Python-based API which contains all the I2C host commands you need to operate a DLP chipset from a frontend. You can use this API with your preferred host processor or operating system (as long as it can support Python)
The user's guide for the API is here: https://www.ti.com/lit/ug/dlpu095/dlpu095.pdf
I hope that helps.
Regards,
Philippe Dollo