Soroush
Soroush
And the other thing about the screen becoming, even more, brighter is because the algorithm used by @Horex is different from the one used by NVCP. That's why ranges are...
Hey, Thanks for the PR. I just want to know what `PublishRepositoryUrl` does? And if I need the `EmbedUntrackedSources`? I couldn't find any reliable information about these, but there are...
Hey, This is the `master` branch, right? Since the latest release and the NuGet package don't have the `DisplayScreen` class yet. I will take a look at that. Thanks for...
What you are trying to do? The `DriverContext` API is a legacy and might not work as expected. Especially if you are trying to enable a device that was connected...
I don't think I change anything related to this with the last release, give me a moment to check it on my device. So the v1.2 or the v1.1 works...
Ok, the only change between the version that might be remotely related is the changes to the `GetDisplayDevices()` method. I will take another look into that. Meanwhile, if you don't...
Yes, that part is correct. It is not the source of the problem. You see, `DisplayConfigGetDeviceInfo` fills data based on the header of the passed `struct`. So in this case,...
is this solved? if so please share the solution. if not, dont close it. the fact that I am a little busy right now does not mean that this problem...
thank you; I have to build a separate binary for .net6 then so that I can include that part of the code. I think the released binary for net standard...
I am not sure how Windows selects these numbers, but it should be based on the order of `PathDisplaySource`s instances. If it is not, I really have no idea how...