rpi-backlight

🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display

MIT License

Downloads
621
Stars
275
Committers
7

Bot releases are hidden (Show)

rpi-backlight - v2.6.0 Latest Release

Published by linusg almost 2 years ago

rpi-backlight - v2.5.0

Published by linusg about 2 years ago

  • Add Python 3.10 as supported version
  • Support alternate backlight sysfs path (#50, @j-coopz)
rpi-backlight - v2.4.1

Published by linusg about 3 years ago

  • Fix board type detection
rpi-backlight - v2.4.0

Published by linusg about 3 years ago

  • 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)
rpi-backlight - v2.3.0

Published by linusg over 3 years ago

  • Add support for ASUS Tinker Board 2 (#29, @p1r473)
rpi-backlight - v2.2.0

Published by linusg over 4 years ago

  • Add toggle functionality to CLI (#21, @p1r473)
  • Replace Travis CI with GitHub actions #20, @linusg)
  • Improve tests
rpi-backlight - v2.1.0

Published by linusg over 4 years ago

  • Add support for ASUS Tinker Board (#19, @p1r473)
rpi-backlight - v2.0.1

Published by linusg over 4 years ago

  • 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
rpi-backlight - v2.0.0

Published by linusg about 5 years ago

  • New, more pythonic API
  • Update CLI and GUI
  • Support emulator
  • Add tests
rpi-backlight - v1.8.1

Published by linusg about 7 years ago

  • Fix float division issue with Python 2
rpi-backlight - v1.8.0

Published by linusg about 7 years ago

  • Fix permission error inconsistency across Python versions
  • Update link to PyPI
rpi-backlight - v1.7.1

Published by linusg over 7 years ago

  • Fixed typo in CHANGES.rst
  • Fixed rendering of parameters and return types in the documentation
rpi-backlight - v1.7.0

Published by linusg over 7 years ago

  • Fixed bug in get_power, which would eventually always return False
  • Added parameters and return types in docstrings
rpi-backlight - v1.6.0

Published by linusg over 7 years ago

  • Added duration parameter to set_brightness
  • smooth now defaults to False
  • Huge improvements on CLI
  • Fixed renamed function in examples
  • Minor code and readme improvements
rpi-backlight - v1.5.0

Published by linusg almost 8 years ago

  • PR #3 by Scouttp: Fixed permission errors
  • Added documentation
  • Code improvements
  • Fixed typos
rpi-backlight - v1.4.0

Published by linusg almost 8 years ago

  • 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
rpi-backlight - v1.3.1

Published by linusg about 8 years ago

  • Fixed type conversion
rpi-backlight - v1.3.0

Published by linusg about 8 years ago

  • Added experimental GUI (start with rpi-backlight-gui)
rpi-backlight - v1.2.1

Published by linusg about 8 years ago

  • Fixed CLI and typo
rpi-backlight - v1.2.0

Published by linusg about 8 years ago

  • Added command line interface (rpi-backlight and rpi-backlight-gui)
  • Code improvements - thanks @deets