mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
c01982bdb1
This exposes a new di_info opaque struct from which high-level information will be able to be queried by the user. A new di_info_parse_edid function creates a di_info from an EDID blob. Signed-off-by: Simon Ser <contact@emersion.fr> |
||
---|---|---|
include | ||
.editorconfig | ||
.gitlab-ci.yml | ||
edid.c | ||
info.c | ||
LICENSE | ||
meson.build | ||
README.md |
libdisplay-info
EDID and DisplayID library.
Goals:
- Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information.
- Simplicity and correctness over performance and resource usage.
- Well-tested and fuzzed.
Contributing
Open issues and merge requests on the GitLab project.
In general, the Wayland contribution guidelines should be followed. In particular, each commit must carry a Signed-off-by tag to denote that the submitter adheres to the Developer Certificate of Origin 1.1. This project follows the freedesktop.org Contributor Covenant.