I know Arduino by itself can't do that, but I'm planning to use Arduino as the main board so I thought I could post this question here.
For a volumetric display project ( fpga - 1000 Hz+ refresh rate displays/ projectors? (for making volumetric displays) - Electrical Engineering Stack Exchange ) I need to control 3 DMDs / DLP chips . I have found one DMD chip I believe will work best ( DLP7000: DLP7000 data sheet, product information and support | TI.com ) because of its exceptionally fast refresh rate. At >32000Hz binary and >1900Hz 8bit "greyscale" refresh rates I believe these are the fastest around and will allow to achieve nice colored volumes by using 3 of them (for Red, Green and Blue). DLP products are pretty expensive but DMDs can be had for almost nothing by pulling them from DLP projectors or getting them as replacement chips for your projector.
However, when it comes to controlling them I haven't had the same luck with finding any affordable solutions.
Texas Instruments itself lists 3 "development kits":
DLP Discovery 4100 : http://www.ti.com/tool/dlpd4x00kit
LightCrafter Evaluation Module : DLP3010EVM-LC Evaluation board | TI.com
LightCommander : http://www.ti.com/tool/dlplightcommander
Only the first one uses the DLP7000 DMD and can run at those speeds but it destroys by project budget of $2000. The DMD driver, controller and PROM alone are not that expensive though : DLP7000 data sheet, product information and support | TI.com
Can anyone suggest an affordable way for me to control these DMDs than the "Discovery 4100"? Texas Instruments says those can be incorporated in a product directly, perhaps some TV or projectors use that or similar board I could scavenge for cheaper like the DMDs? Maybe used boards are sold somewhere? I don't know, suggest anything, I wouldn't want to stop the project at this stage because of the cost of the boards alone.
Older similar projects only mention the use of an 'FPGA'.
I would like to use an Arduino for powering the whole thing on and off and passing video data from a memory storage device and maybe playing synced audio in the future.