WinI2C/DDC library Articles
WinI2C/DDC – Working with I2C bus directly
Contents Introduction Monitors enumeration Using low-level API Keywords Introduction WinI2C/DDC library provides API for working with I2C bus directly, it allows you to communicate with the display device via hardware-specific protocols when necessary and use its advanced capabilities like the firmware upgrading. This article explains how to work with I2C bus directly in Visual Basic, [...]
WinI2C/DDC – Getting monitor information
Contents Introduction Monitors enumeration EDID parsing VB Project Keywords Introduction WinI2C/DDC library provides an easy way to enumerate available monitors and directly get their EDID (extended display identification data). EDID describes monitor’s capabilites, such as supported resolutions, manufacturer name, timings supported by the display, display size, etc. This article explains how to work with WinI2C/DDC, [...]
WinI2C/DDC – General information
Contents General information How WinI2C/DDC works Links Keywords General information I2C (Inter-Integrated Circuit) is a multi-master serial computer bus invented by Philips that is used to attach low-speed peripherals to a motherboard, embedded system, or cellphone. I2C uses only two bidirectional open-drain lines, serial data (SDA) and serial clock (SCL), pulled up with resistors. Typical [...]