libVX dualScreen Sample Demo


Location

libVX/build/demos/libVX/dualScreen

Compile Method

Move to the libVX/build/demos/libVX/dualScreen directory and open dualScreen.mcp with CodeWarrior to compile it. The generated executable files (.nef and *.srl files) will be generated in libVX/build/demos/libVX/dualScreen/bin/platform/target/. For example, for a Release target, the path might be:

libVX/build/demos/libVX/dualScreen/bin/ARM9-TS/Release/

Execution

Execute the compiled program from within CodeWarrior environment.

Description

Plays two VX movies from two different files on the upper and lower screen. A mono soundtrack is included in the VX movie of the upper screen.
You can pause/resume video playback by using START button.
You can stop video playback by using B button.
You can restart video playback by using A button.
You can select loop disable/enable by using SELECT button.
LCD power is off/on when DS cover is closed/opened.

Operating Environment

We have confirmed normal operation for all of the samples using the IS-NITRO-EMULATOR.

See Also

libVX Library API Functions

Revision history

02/15/2006 Added description concerning buttons interactivity and cover management
10/26/2005 Initial version