nngxStartLcdDisplay Function

Syntax

void nngxStartLcdDisplay(
     void
);

Arguments

None.

Return Values

None.

Description

Starts displaying an image on an LCD display.

In the initial state, 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. (Depending on how the application starts up, application screens might be displayed as the initial state.)

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/08/18
Explained that application screens might be displayed as the initial state depending on startup method.
2010/01/07
Initial version.

CONFIDENTIAL