diff options
Diffstat (limited to 'i2c')
-rw-r--r-- | i2c/edid/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i2c/edid/README b/i2c/edid/README index 52bcae9..d8d9795 100644 --- a/i2c/edid/README +++ b/i2c/edid/README @@ -7,7 +7,7 @@ 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 + i2c -> i2cfilter -> edid Details: https://en.wikipedia.org/wiki/Extended_display_identification_data |