2020-07-05 16:13:35 +02:00
2020-07-12 17:58:24 +02:00
2020-06-21 17:52:18 +02:00
2020-07-06 18:49:34 +02:00
2020-07-06 18:47:30 +02:00
2020-07-05 16:56:27 +02:00
2020-06-21 17:49:48 +02:00

AdaptiveBrightness

Build and deployment instructions

Windows

Prerequisites

  • Visual Studio 2019
  • cmake
  • Qt Library

Build steps

> cmake -G "Visual Studio 16 2019" -A x64 -B build -DCMAKE_PREFIX_PATH="%QTDIR%\msvc2019_64\lib\cmake"

Use the generated *.sln to build.

There is an additional build step that automatically copies all required DLLs into the output directory for easy deployment.

Linux

Prerequisites

Assumes Debian Buster: sudo apt install qt5-default libqt5serialport5-dev

Build steps

$ cmake -B build
$ cd build
$ make

Deployment

Executable will run on any environment with the same architecture and installed libraries.

Description
A USB ambient light sensor board with a user-space driver to adaptively control monitor brightness with the MCSS (Monitor Control Command Set).
Readme 2.2 MiB
2022-07-22 12:39:39 +02:00
Languages
C 98%
C++ 1.6%
Assembly 0.2%
Makefile 0.1%