Skip to content

Commit

Permalink
update README with some backstory, remove ref to OSDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
kfix committed Nov 28, 2019
1 parent 78efcc1 commit 5d4b943
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Install
make install
```

For an On-Screen Display using [OSDisplay.app](https://github.com/zulu-entertainment/OSDisplay):
`make CCFLAGS=-DOSD clean ddcctl`

Usage
----
Run `ddcctl -h` for some options.
Expand Down Expand Up @@ -51,3 +48,11 @@ When setting input source, refer to the table below to determine which value to
| DisplayPort-2 | 16 |
| HDMI-1 | 17 |
| HDMI-2 | 18 |

Credits
----
`ddcctl.m` sprang from a [forum thread](https://www.tonymacx86.com/threads/controlling-your-monitor-with-osx-ddc-panel.90077/page-6#post-795208) on the TonyMac-x86 boards.

`DDC.c` originated from [jontaylor/DDC-CI-Tools-for-OS-X](https://github.com/jontaylor/DDC-CI-Tools-for-OS-X), but was reworked by others on the forums.

A few forks have also backported patches, which is *nice* :ok_hand:.

0 comments on commit 5d4b943

Please sign in to comment.