Key Processing (KPR) Sample Demos

Location

$REVOLUTION_SDK_ROOT/build/demos/kprdemo

Compilation

Navigate to the $REVOLUTION_SDK_ROOT/build/demos/kprdemo directory and enter 'make'. Executable (.elf) files will be generated under the path $REVOLUTION_SDK_ROOT/RVL/bin/demos/kprdemo/.

Execution

This demo requires a USB keyboard to function. It also require a GameCube controller.

This demo outputs UTF-8 text to the serial port. Please refer to the Execution notes for KBD demos for more details on viewing the output.

Description

Name

Description

kprdemo

Shows how to use the KPR library in combination with the KBD library.

Use Nintendo GameCube Controller A Button to set the next country for the keyboard.

Use Nintendo GameCube Controller B Button to set the previous country for the keyboard.

Use Nintendo GameCube Controller X Button to change the keyboard channel affected by A or B Button.

Use Nintendo GameCube Controller Y Button to print a sample UTF-8 string. This is for making sure that your terminal program gives you proper UTF-8 output.

For Greek layout, typing Alt+Space changes languages.

See Also

KPR Functions

Revision History

2007/04/24 Initial version.


CONFIDENTIAL