Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

convert windows driver to use direct I2C comms, not high-level display commands #35

Open Seizure opened 5 months ago

Seizure commented 5 months ago

https://learn.microsoft.com/en-us/uwp/api/windows.devices.i2c?view=winrt-22621 https://learn.microsoft.com/en-us/windows-hardware/drivers/display/i2c-bus-and-child-devices-of-the-display-adapter

One reason to do this: As indicated in the current code, does not work when there is more than one physical monitor per hmonitor. This can occur when one is duplicating a display, rather than extending

Rangi42 commented 2 months ago

This would also make #18 simpler to resolve, since the configurable internal 40ms delay would be cross-platform.