G2_SetBG2ControlLargeBmp

C Specification

#include <nitro/gx/gx_bgcnt.h>
void G2_SetBG2ControlLargeBmp(
GXBGScrSizeLargeBmp screenSize,
GXBGAreaOver areaOver
);

Arguments

screenSize screen size
areaOver Option for out-of-area processing

Return Values

None.

Description

This function sets BG2 (for large-screen 256-color bitmap BG).

GX_BG_SCRSIZE_LARGEBMP_512x1024 Sets screen size to 512 x 1024 dots (512 kilobytes).
GX_BG_SCRSIZE_LARGEBMP_1024x512 Sets screen size to 1024 x 512 dots (512 kilobytes).

The following describes the enumerated type definitions of the arguments.

typedef enum
{
GX_BG_SCRSIZE_LARGEBMP_512x1024 = 0,
GX_BG_SCRSIZE_LARGEBMP_1024x512 = 1
}
GXBGScrSizeLargeBmp;

See Also

G2_GetBG2ControlLargeBmp

Revision History

01/19/2004 Initial version