Find a file
Simon Ser c01982bdb1 Add skeleton for high-level API
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>
2022-05-06 10:26:28 +02:00
include Add skeleton for high-level API 2022-05-06 10:26:28 +02:00
.editorconfig Add .editorconfig 2022-03-24 01:49:12 +01:00
.gitlab-ci.yml ci: fix build stage not run in MRs 2022-04-04 21:57:50 +02:00
edid.c Add very basic EDID functions 2022-05-05 16:42:10 +02:00
info.c Add skeleton for high-level API 2022-05-06 10:26:28 +02:00
LICENSE Initial commit 2022-03-24 01:49:00 +01:00
meson.build Add skeleton for high-level API 2022-05-06 10:26:28 +02:00
README.md readme: add goals 2022-04-04 19:21:02 +00:00

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.