GX_GetDispSelect

C Specification

#include <nitro/gx/gx.h>

GXDispSelect GX_GetDispSelect(void);

Arguments

None.

Return Values

LCD output destination setting.

Description

This function gets the LCD output destination settings. See GX_SetDispSelect for details on the GXDispSelect type.

See Also

GX_SetDispSelect

Revision History

02/09/2004 Initial version