Skip to content

C++, C#, and Python 3 project accessing monitor EDID using the Win32 API.

License

Notifications You must be signed in to change notification settings

GKO95/Win32.EDID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Win32.EDID

C++, .NET Framework 4, and Python 3 project accessing monitor EDID using the Win32 API (or WinRT on .NET 8 proejct).

Extended Display Identification Data

Extended Display Identification Data (aka. EDID) is a data stored inside a monitor, containing information on the monitor and its video capabilities. This includes monitor manufacturer, product & serial number, native resolution, video interface, and more. Some of the widely-known programs that parse EDID are softMCCS and NVIDIA Control Panel.