The following steps can be used to
display a single image on the DMD.
- Write Video Frame Rate register.
- The clock count should match the length of the DMD
sequence that is used.
- Write Video Start Address 1 register.
- The start address should match the location of the
image in flash memory. This can be found in the build log output from
the DLP Composer tool.
- Write Video Configuration 1 register.
- Frame count = 1
- Loop count = 1
- Write Video Control register.
- Loop configurations = 1
- Toggle configurations = 0
- Configuration pointer = 0
- Play = 1
- Stop = 0
This configuration will display the
image forever, or until the “stop” bit is set. Since the “loop configurations” bit
is set, it will continually execute this configuration each time it completes.