backlighty controller More...
#include <BacklightController.h>
Public Member Functions | |
| BacklightController () | |
| Construct a new Backlight Controller object. | |
| int | max_level () |
| max level light | |
| int | min_level () |
| min level light | |
| void | setLightLevel (int lightLevel) |
| Set the Light Level object. | |
| int | lightLevel () |
| get the light level | |
Friends | |
| class | BackLightControllerSingleton |
backlighty controller
| int BacklightController::lightLevel | ( | ) |
get the light level
| int BacklightController::max_level | ( | ) |
max level light
| int BacklightController::min_level | ( | ) |
min level light
| void BacklightController::setLightLevel | ( | int | lightLevel | ) |
Set the Light Level object.
| lightLevel |