Skip to main content

Brightify is an OS-independent application that adjusts monitor brightness using the DDC/CI protocol and custom protocols for USB monitors, featuring a brightness sensor for automatic adjustments based on ambient light, and can be controlled via a taskbar icon.

Project description


Brightify

CodeFactor

This app allows you to set the brightness of your monitor(s). It is essentially a wrapper around the DDC/CI protocol, which is supported by most monitors. It also supports adding custom communication protocols to control the brightness of USB monitors. For this, you most likely need to reverse engineer the communication protocol of the monitor. In my experience, this provides a more stable experience than using the DDC/CI protocol. You can find an example implementation for the Gigabyte M27Q in here. The app is designed to be run in the background and can be controlled via a taskbar icon. It also supports a brightness sensor that can automatically adjust the brightness based on the ambient light.

Getting started

  1. Install brightify by running pip install Brightify. This package is regularly uploaded to PyPi. If you want to install the latest version, you can clone this repository from GitHub and install it with pip install -e . in the root directory.
  2. To start the app: python -m brightify run. You can exit either by right-clicking the icon in the taskbar and selecting "Exit" or by pressing Ctrl+C in the terminal.
  3. To start the app at startup (or logon) and add a menu icon, run python -m brightify add all. To remove the both, run python -m brightify remove all.

Optional arguments

There are several other arguments you can pass to the app, see python -m brightify --help for more information.

  • To target add/remove only the startup run python -m brightify add/remove startup.
    • To add a task to the task scheduler on Windows, pass --use-scheduler. It will request elevated permissions.
  • To add/remove only the menu icon run python -m brightify add/remove menu-icon.
  • By default, the terminal will be hidden, but you can change this by passing the --force-console argument to the run or add action.
  • To disable animations, pass the --no-animations argument to the run or add action.

Set up the brightness sensor

  • Modify the SensorComm class to match your device and firmware
  • Modify the code that is polling from the brightness sensor Device Firmware
  • Modify platformio.ini and enter your board ( see supported boards)
  • Run pio run -t upload in the terminal to upload the firmware to the board. If everything is working, the Auto Checkbox for each supported Monitor should now be clickable

Remarks

  • Currently, only the Windows task bar icon is supported, the main part of this app is OS independent.
  • Feel free to create a pull request and add your own USB Monitor
  • Note that a USB Monitor will replace a DDC/CI Monitor with the same name. If you want to use both, you need to change the name of your USB Monitor implementation. In case a monitor is found but does not send its name, we cannot distinguish between DDC/CI and USB Monitors. In this case, both will be added.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brightify-0.1.9.tar.gz (37.8 kB view details)

Uploaded Source

Built Distribution

Brightify-0.1.9-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

Details for the file brightify-0.1.9.tar.gz.

File metadata

  • Download URL: brightify-0.1.9.tar.gz
  • Upload date:
  • Size: 37.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.5

File hashes

Hashes for brightify-0.1.9.tar.gz
Algorithm Hash digest
SHA256 3308cd99e5399905ccd07f93728058cb25224f37025b67ae69b7171bfb4209a1
MD5 ace1354d233936a129b7fa7055de6132
BLAKE2b-256 614449cd2ea612ca0b3f6a903d73b95fc61c6c934716977efbea096455e9340c

See more details on using hashes here.

File details

Details for the file Brightify-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: Brightify-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 46.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.5

File hashes

Hashes for Brightify-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 301e777be7aeecb72b2fd3f9d0be3777ac98ded89e91875ba8af350a44423384
MD5 c3c4b2014887332f823a7c871bc14c17
BLAKE2b-256 c35aa024776524a1d85225256dc35e8e7325aed130262ec9f148597c1df43666

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page