Find a file
Simon Ser 882d34cebb edid: add vendor and product identification data
Signed-off-by: Simon Ser <contact@emersion.fr>
2022-05-09 14:33:58 +02:00
include edid: add vendor and product identification data 2022-05-09 14:33:58 +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
di-edid-decode.c edid: add vendor and product identification data 2022-05-09 14:33:58 +02:00
edid.c edid: add vendor and product identification data 2022-05-09 14:33:58 +02:00
info.c Add di_info_get_edid 2022-05-06 10:30:33 +02:00
LICENSE Initial commit 2022-03-24 01:49:00 +01:00
meson.build Add di-edid-decode utility 2022-05-09 14:33:49 +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.