This repository was archived by the owner on Mar 3, 2025. It is now read-only.
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Add support for IOCTL WIN API #1
Open
Description
Apparently laptop monitors use an entirely different API scheme to change brightness.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa372703(v=vs.85).aspx
Will need to check if the API is supported if the DDC protocol fails. To get the device handle I will need to use the sys name provided by the GetMonitor functions.