The following steps can be
used to display a video followed by a static image:
- 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 video in Flash memory. This can be found in
the build log output from the DLP Composer
tool.
- Write Video
Configuration 1 register.
- Frame count = number of frames in the video
- Loop count = 1
- 4. Write Video
Start Address 2 register.
- The tart address should match the location of the
video in Flash memory. This can be found in the
build log output from the DLP Composer tool.
- Write Video
Configuration 2 register.
- Frame count = 1
- Loop count = 1
- Write Video
Control register.
- Loop configurations = 0
- Toggle configurations = 1
- Configurations pointer = 0
- Play = 1
- Stop = 0
- Auto-stop = 0
This configuration will
begin with Configuration 1 due to “configuration pointer” = 0. It
will play one loop of the desired video, and then toggle to
Configuration 2. In this case, configuration 2 is set to one frame
(image). Because auto-stop is set to 0, the display will repeat the
last frame of Configuration 2 instead of stopping. Configuration 2
is set to one frame for the desired image, and therefore, this image
is displayed repeatedly until commanded to stop.