14 Sep, 2011

1 commit

  • PicoDLP is a micro projector from TI.

    DLP used in OMAP4 is dpp2600 (DLP Pico Projector) The DLP requires
    commands to be sent over i2c for configurations. To know more about
    dpp2600 commands please visit:
    https://focus.ti.com/myti/docs/extranet.tsp?sectionId=403

    The picodlp module consists of a dss driver and an i2c_client.

    To know more please visit:
    http://www.omappedia.org/wiki/PicoDLP_projector_guide

    Based on original design from Mythri P K

    Signed-off-by: Mayuresh Janorkar
    Signed-off-by: Mythri P K
    [tomi.valkeinen@ti.com: squashed commits]
    Signed-off-by: Tomi Valkeinen

    Mayuresh Janorkar