Get maximum brightness value from hardware. Returns -1 if backlight control not available.
(self)
| 593 | return _lib.pager_get_brightness() |
| 594 | |
| 595 | def get_max_brightness(self): |
| 596 | """Get maximum brightness value from hardware. |
| 597 | Returns -1 if backlight control not available. |
| 598 | """ |
| 599 | return _lib.pager_get_max_brightness() |
| 600 | |
| 601 | def screen_off(self): |
| 602 | """Turn screen off (sets brightness to 0%). |