Part Number: DLPDLCR3310EVM
Tool/software:
Hi Experts,
Good day!
I am posting this on behalf of the customer.
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: DLPDLCR3310EVM
Tool/software:
Hi Experts,
Good day!
I am posting this on behalf of the customer.
Hello Jonathan,
Welcome back to the E2E forums and we hope to assist you with your questions.
Can you please refer to what DLPC API and user guide you are referring to?
For the DLPDLCR3310EVM, we provide a GUI tool where you can control and display various patterns and images.
Regards,
Alex Chan
Hi Alex,
Here is the gathered information from the customer.
Hello Jonathan,
So the code is very basic and is meant to be built upon by the user.
For example in the dlpc343x section in visual studios, you can see I have opened up dlpc343x_samples.c where there is a main() function. This main function is what defines the code to be ran when you press the local windows debugger.
Here is where you could add further code and all the code and functions can be found in dlpc34xx.c.
Please keep in mind the following:
One other note is those colored bars you are seeing at the top is related to a feature called CAIC which can be disabled if you comment out line 347 WriteLabbCaic();
Regards,
Alex Chan