libctr9
Nintendo 3DS ARM9 library
ctr_screen.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (C) 2016 Gabriel Marcano
3  *
4  * Refer to the COPYING.txt file at the top of the project directory. If that is
5  * missing, this file is licensed under the GPL version 2.0 or later.
6  *
7  ******************************************************************************/
8 
11 #ifndef CTR_SCREEN_H_
12 #define CTR_SCREEN_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
20 typedef enum
21 {
22  CTR_SCREEN_NONE = 0,
23  CTR_SCREEN_TOP = 1,
24  CTR_SCREEN_BOTTOM = 2,
25  CTR_SCREEN_BOTH = 3
27 
35 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif//CTR_SCREEN_H_
49 
void ctr_screen_enable_backlight(ctr_screen_enum aScreens)
Enables the backlight for the screens specified.
ctr_screen_enum
Enum describing screen configurations.
Definition: ctr_screen.h:20
void ctr_screen_disable_backlight(ctr_screen_enum aScreens)
Disables the backlight for the screens specified.