Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 401 Bytes

DDC/CI Control for OS X

This is a very rough initial go at hooking in with the apple API for controlling monitors using DDC/CI.

There are three folders in this project

ddc

This is a C library that contains all the code for using DDC/CI.

ddcctrl

A basic command line program for using ddc

ddcgui

A simple example GUI for changing screen brightness.