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
According to the VESA spec (and Wikipedia), some fields in the EDID should be interpreted as little-endian. This library treats all data as big-endian.
According to the VESA spec (and Wikipedia), some fields in the EDID should be interpreted as little-endian. This library treats all data as big-endian.
https://glenwing.github.io/docs/VESA-EEDID-A2.pdf
https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#EDID_1.4_data_format
This includes the "Manufacturer product code" aka "product_id", and
"ID Serial Number" aka "serial".
The following code can be used to swap endianness.
The text was updated successfully, but these errors were encountered: