diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4f40ce --- /dev/null +++ b/README.md @@ -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 get-vcp +$ ./ddc-control -m set-vcp +``` + +Example: + +```bash +$ ./ddc-control -m 1 set-vcp 0x60 0x0F # Set monitor input to DisplayPort +```