- Add Python 3.11 as supported version, drop 3.6
- Add support for Microsoft Surface RT (#54, @apandada1)
- Fix board type detection
- Drop support for Python 3.5, which reached end-of-life in late 2020. Supported versions as of this release are 3.6 - 3.9
- Implement automatic board type detection (#32, @p1r473),
passing a
board_type
to the constructor is no longer necessary in most cases, even when using an ASUS Tinker Board - Fix setting brightness to max value and brightness fading loop condition (#35, @Martin-HiPi)
- Add toggle functionality to CLI (#21, @p1r473)
- Replace Travis CI with GitHub actions (#20, @linusg)
- Improve tests
- Add mypy type checking
- Add Python 3.8 to Travis CI config
- Fix documentation readthedocs build
- Fix typo in docs
- Improve README.md
- Mark project as stable on PyPI
- New, more pythonic API
- Update CLI and GUI
- Support emulator
- Add tests
- Fix float division issue with Python 2
- Fix permission error inconsistency across Python versions
- Update link to PyPI
- Fixed typo in
CHANGES.rst
- Fixed rendering of parameters and return types in the documentation
- Fixed bug in
get_power
, which would eventually always return False - Added parameters and return types in docstrings
- Added
duration
parameter toset_brightness
smooth
now defaults toFalse
- Huge improvements on CLI
- Fixed renamed function in examples
- Minor code and readme improvements
- PR #3 by Scouttp: Fixed permission errors
- Added documentation
- Code improvements
- Fixed typos
- Check for
pygobject
being installed - Code cleanup
- README improvements
- Added external links
- Added badges
- Fixed typos
- Moved to Travis CI and Landscape.io for builds and code health testing
- Prepared docs hosting at readthedocs.org
- Fixed type conversion
- Added experimental GUI (start with
rpi-backlight-gui
)
- Fixed CLI and typo
- Added command line interface (
rpi-backlight
andrpi-backlight-gui
) - Code improvements - thanks to deets
- Fixed
set_power(on)
function - Added function to get the current power state of the LCD
- Added docstrings
- Code cleanup and improvements
Initial release. Added necessary files and basic features:
- Change the display brightness smoothly or abrupt
- Set the display power on or off
- Get the current brightness
- Get the maximum brightness