coccoalberto97
Results
2
comments of
coccoalberto97
Hello, I'm also facing issues setting a custom resolution using this library. ` var displays = Display.GetDisplays(); foreach (var display in displays) { DisplayDevice displayTest = display.DisplayDevice; var timing =...
Hello, as a workaround you can follow what ymqq said in this issue #432 : (also in this article https://blog.csdn.net/Kstar_Ming/article/details/115909863) ``` public class HotFixedProcessFileStrategy extends ProcessFileStrategy { @Override @NonNull public...