You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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''000000 FC 004445 4C 4C 20533234313548 0A 20
($edid[95..105] |%{ '{0:X2}'-f$_}) -join''; ($edid[95..105] |%{ [char]$_ }) -join''4445 4C 4C 20533234313548
D E L L S 2415 H
Please implement parsing of all descriptor block types.
The text was updated successfully, but these errors were encountered:
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.
Please implement parsing of all descriptor block types.
The text was updated successfully, but these errors were encountered: