Go to the source code of this file.
|
enum | ctr_screen_enum { CTR_SCREEN_NONE = 0,
CTR_SCREEN_TOP = 1,
CTR_SCREEN_BOTTOM = 2,
CTR_SCREEN_BOTH = 3
} |
| Enum describing screen configurations.
|
|
Disables the backlight for the screens specified.
- Parameters
-
[in] | aScreens | Screen backlights to disable. |
- Postcondition
- Backlight for the specified screens will be disabled.
Enables the backlight for the screens specified.
- Parameters
-
[in] | aScreens | Screen backlights to enable. |
- Postcondition
- Backlight for the specified screens will be enabled.