Add DDC / plug and play monitor support for Mach64VT2.

This commit is contained in:
SarahW 2020-10-17 20:10:23 +01:00
commit a19829cf11
2 changed files with 31 additions and 3 deletions

View file

@ -304,4 +304,7 @@ void ddc_init(void)
for (c = 0; c < 127; c++)
checksum += edid_data[c];
edid_data[127] = 256 - checksum;
i2c.clock = 1;
i2c.data = 1;
}