libctr9
Nintendo 3DS ARM9 library
ctr_screen.h File Reference

Go to the source code of this file.

Enumerations

enum  ctr_screen_enum { CTR_SCREEN_NONE = 0, CTR_SCREEN_TOP = 1, CTR_SCREEN_BOTTOM = 2, CTR_SCREEN_BOTH = 3 }
 Enum describing screen configurations.
 

Functions

void ctr_screen_enable_backlight (ctr_screen_enum aScreens)
 Enables the backlight for the screens specified. More...
 
void ctr_screen_disable_backlight (ctr_screen_enum aScreens)
 Disables the backlight for the screens specified. More...
 

Function Documentation

void ctr_screen_disable_backlight ( ctr_screen_enum  aScreens)

Disables the backlight for the screens specified.

Parameters
[in]aScreensScreen backlights to disable.
Postcondition
Backlight for the specified screens will be disabled.
void ctr_screen_enable_backlight ( ctr_screen_enum  aScreens)

Enables the backlight for the screens specified.

Parameters
[in]aScreensScreen backlights to enable.
Postcondition
Backlight for the specified screens will be enabled.