https://github.com/compnerd/eds
EDID Data Structures
https://github.com/compnerd/eds
Last synced: 2 months ago
JSON representation
EDID Data Structures
- Host: GitHub
- URL: https://github.com/compnerd/eds
- Owner: compnerd
- Created: 2011-02-02T03:27:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T00:34:30.000Z (about 6 years ago)
- Last Synced: 2025-03-20T00:41:04.774Z (2 months ago)
- Language: C
- Homepage:
- Size: 55.7 KB
- Stars: 25
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
eds is a library of EDID data structure definitions as well as a small set of
utility functions. It is designed to be used in userspace and kernelspace
application and thus relies on as few library methods as possible for the
utility functions.Patches to fix bugs or TODO items are more than welcome.