Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zynskeywolf/zddccpl
- Owner: zynskeywolf
- License: gpl-2.0
- Created: 2024-07-25T17:19:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T14:38:44.000Z (5 months ago)
- Last Synced: 2024-10-19T02:15:02.486Z (2 months ago)
- Topics: ddc, ddc-ci, hdmi, i2c, i2c-bus, linux, qt, vga
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- ddcutilBuilding:
```
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