A USB ambient light sensor board with a user-space driver to adaptively control monitor brightness with the MCSS (Monitor Control Command Set).
AdaptiveBrightness | ||
.clang-format | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
AdaptiveBrightness.sln | ||
LICENSE | ||
README.md |
AdaptiveBrightness
Build instructions
Build on windows
Prerequisites
- Visual Studio 2019
- Qt Visual Studio Tools
- Qt Library
Build steps
Open the sln
and build.
Build on linux
Prerequisites
Assumes Debian Buster: sudo apt install qt5-default libqt5serialport5-dev
Build steps
$ qmake CONFIG+=release # or CONFIG+=debug
$ make