How can I program or change the pattern on Pico projector development kit in visual studio C# application?
Is there any api for that?
Thanks,
Ali
Hi Ali,
Welcome to DLP&MEMS forum.
Can you provide more details abou the Pico projector you are referring to ? Is it Pico2.0 or DLP LightCrafter(TM) Kit?
Regards,Sanjeev
Thanks for your reply.
Actually It's a Pico2.0 not lightcrafter.
Regards,
Pico2.0 has two ports for external interface. 1) Mini-HDMI 2) Auxillary connector. You will find schematics and other details on DigiKey website http://www.digikey.com/product-highlights/us/en/texas-instruments-dlp-technologies/688 . Both the connectors has I2C port for control.
So, to control the Pico2.0 there is I2C programmer's guide all you need is to send I2C commands over one of the port. If you google for I2C control via HDMI/DVI you will find many tools that will allow you to send I2C commands via HDMI port. For example - Got one here http://www.nicomsoft.com/products/i2c/ etc. Such tools provide windows libray to send and receive I2C messages. Use these and you should be able to control Pico2.0.
Sanjeev