summaryrefslogtreecommitdiffstats
path: root/libraries/libdisplay-info/README
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2023-10-07 08:11:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 08:11:46 +0700
commit0f938e3f3cad64ca4697b63695d06646fcb00d12 (patch)
tree14e5a6ac54dd048a0810b1b6d114a69fcade8daf /libraries/libdisplay-info/README
parent3172cc802eea45fc2dea4d1803099e634b1ad386 (diff)
downloadslackbuilds-0f938e3f3cad64ca4697b63695d06646fcb00d12.tar.gz
slackbuilds-0f938e3f3cad64ca4697b63695d06646fcb00d12.tar.xz
libraries/libdisplay-info: Added (EDID and DisplayID library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdisplay-info/README')
-rw-r--r--libraries/libdisplay-info/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libdisplay-info/README b/libraries/libdisplay-info/README
new file mode 100644
index 0000000000..44dbcbd8ae
--- /dev/null
+++ b/libraries/libdisplay-info/README
@@ -0,0 +1,7 @@
+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.