Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zynskeywolf/zddccpl

Simple DDC control panel for adjusting display settings
https://github.com/zynskeywolf/zddccpl

ddc ddc-ci hdmi i2c i2c-bus linux qt vga

Last synced: about 1 month ago
JSON representation

Simple DDC control panel for adjusting display settings

Awesome Lists containing this project

README

        

# Zynskey's DDC Control PaneL
This is a basic gui application for controlling various display settings (like brightness, colour, VGA sync, etc) on DDC/CI compatible monitors. It's meant to be a bit more user-friendly alternative to [ddcui](https://github.com/rockowitz/ddcui).

To contribute: If your monitor exposes additional controls you would like to see in this program, check their feature id in ddcui and drop an issue. ^w^

Dependencies:
- Qt 5 or 6
- ddcutil

Building:
```
mkdir build
cd build
qmake ..
make
```
If your monitor supports DDC/CI but doesn't show up in the dropdown list, make sure that:
- It's not disabled in the monitor's menu
- The `i2c-dev` kernel module is loaded