Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
augustofg committed Sep 2, 2020
1 parent d81b580 commit b867d1e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ddc-control

`ddc-control` is a simple utility to get / set display's VCP parameters via DDC (Data Display Channel). It runs on GNU/Linux and Windows. Big thanks to @arcnmx for providing the necessary rust libraries that made it possible.

Usage:

```bash
$ ./ddc-control -m <monitor_number> get-vcp <vcp_feature_number>
$ ./ddc-control -m <monitor_number> set-vcp <vcp_feature_number> <value>
```

Example:

```bash
$ ./ddc-control -m 1 set-vcp 0x60 0x0F # Set monitor input to DisplayPort
```

0 comments on commit b867d1e

Please sign in to comment.