Functions | |
EAPI void | ecore_fb_backlight_set (int on) |
Turns on or off the backlight. | |
EAPI int | ecore_fb_backlight_get (void) |
Retrieves the backlight state. | |
EAPI void | ecore_fb_backlight_brightness_set (double br) |
Sets the backlight brightness. | |
EAPI double | ecore_fb_backlight_brightness_get (void) |
Retrieves the backlight brightness. |
EAPI double ecore_fb_backlight_brightness_get | ( | void | ) |
Retrieves the backlight brightness.
EAPI void ecore_fb_backlight_brightness_set | ( | double | br | ) |
Sets the backlight brightness.
br | Brightness between 0.0 to 1.0, where 0.0 is darkest and 1.0 is brightest. |
EAPI int ecore_fb_backlight_get | ( | void | ) |
Retrieves the backlight state.
EAPI void ecore_fb_backlight_set | ( | int | on | ) |
Turns on or off the backlight.
on | 1 to turn the backlight on. 0 to turn it off. |