nn::gx::CTR::StartLcdDisplay Function

Syntax

void StartLcdDisplay(
     void
);

Parameters

None.

Return Values

None.

Description

Starts displaying an image on an LCD screen.

When the application is in its initial state, or the device has just recovered from sleep status, the LCD screens are forced to display black screens. You must unlock the display by first configuring a valid display buffer and then calling this function.

Although application screens might be displayed as the initial state when applications are launched in some environments, you must still always call this function.

Revision History

2010/09/28
Added mention that this function must be called immediately after the system returns from sleep status.
2010/08/18
Explained that application screens might be displayed as the initial state depending on startup method.
2010/01/07
Initial version.

CONFIDENTIAL