diff options
Diffstat (limited to 'i2c/edid/README')
-rw-r--r-- | i2c/edid/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i2c/edid/README b/i2c/edid/README new file mode 100644 index 0000000..8c9ec32 --- /dev/null +++ b/i2c/edid/README @@ -0,0 +1,7 @@ +The captures in this directory were taken from a VGA cable, connected to +various displays, as the EDID data was sent across the I2C bus. + +To decode these, set up a protocol decoder stack like this: + + i2c -> ddc -> edid + |