

#include <nitro/gx/gx.h>
void GXS_SetMasterBrightness(int brightness);
brightness |
A value for adjusting brightness (equal to or greater than -16, equal to or less than 16) |
None.
Adjusts brightness in image output. Integers from -16 to 16 can be specified. Positive numbers increase brightness; negative numbers decrease it.
In the LCD OFF state, some of the circuitry clocks in the GX are stopped, so the settings of this function are ignored.
G2S_SetBlendBrightness
GXS_GetMasterBrightness
2009/02/25 Noted that the settings are ignored when state is LCD OFF.
2004/09/15 Initial version.
CONFIDENTIAL