Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edid.prototype.parseDtd does not parse all descriptor blocks #6

Open
KSebion opened this issue Jan 6, 2017 · 1 comment
Open

Edid.prototype.parseDtd does not parse all descriptor blocks #6

KSebion opened this issue Jan 6, 2017 · 1 comment

Comments

@KSebion
Copy link

KSebion commented Jan 6, 2017

I saw that edidreader does not handle all descriptor block types in bytes 54 - 125. Wikipedia shows the different types of descriptor blocks.
For example, I have a dell monitor.

($edid[90..107] | %{ '{0:X2}' -f $_}) -join ' '
00 00 00 FC 00 44 45 4C 4C 20 53 32 34 31 35 48 0A 20
($edid[95..105] | %{ '{0:X2}' -f $_}) -join ' '; ($edid[95..105] | %{ [char]$_ }) -join '  '
44 45 4C 4C 20 53 32 34 31 35 48
D  E  L  L     S  2  4  1  5  H

Please implement parsing of all descriptor block types.

@dgallegos
Copy link
Owner

Yea, this is a feature that isn't implemented, but needs to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants