https://github.com/hensm/ddccli
Windows CLI utility for setting brightness/contrast on connected monitors.
https://github.com/hensm/ddccli
Last synced: over 1 year ago
JSON representation
Windows CLI utility for setting brightness/contrast on connected monitors.
- Host: GitHub
- URL: https://github.com/hensm/ddccli
- Owner: hensm
- License: mit
- Created: 2018-06-06T00:37:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T16:48:14.000Z (over 5 years ago)
- Last Synced: 2025-04-18T00:56:31.593Z (over 1 year ago)
- Language: C++
- Size: 123 KB
- Stars: 75
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddccli
Windows CLI utility for setting brightness/contrast on connected monitors.
````
Usage: ddccli.exe [options]
Utility for setting brightness/contrast on connected monitors via DDC/CI.
-b, --brightness
Sets monitor brightness
-B, --get-brightness
Gets monitor brightness
-c, --contrast
Sets monitor contrast
-C, --get-contrast
Gets monitor contrast
-h, --help
Prints this help message
-v, --version
Prints the version number
-l, --list
Lists connected monitors
-m, --monitor
Selects a monitor to adjust. If not specified, actions affects all monitors.
````
# Building
## Requirements
* Visual Studio 2019
* ...or Visual C++ Build Tools
Open solution in VS and build from there or via the [command line](https://docs.microsoft.com/en-us/cpp/build/msbuild-visual-cpp?view=msvc-160).