You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this application already has code importing LibreHardwareMonitorLib.dll to Python, I was wondering if there is a way to import some data from ZenTimings in the same manner?
In the end, I would like to be able to show this on my external string: RAM: DDR4-3200CL14.
So far I found file WPF/Windows/DebugDialog.xaml.cs which has the information I need, but my lack of experience with C# is obvious.
The text was updated successfully, but these errors were encountered:
sanyer
changed the title
Is there a way to explort Memory Config information as a library?
Is there a way to exportMemory Config information as a library?
Oct 11, 2023
Unfortunately, memory parameters reading is currently handled by the main application and not the DLL. I will eventually move this functionality in the DLL, so it can be used in other applications. I have a WIP branch for this, but can't tell when or if it will be finished.
Hi! First of all, thank you for this awesome little utility, it has been invaluable for me so far.
Right now, however, I would like to show the extended memory information on an external 3.5'' screen which is driven by https://github.com/mathoudebine/turing-smart-screen-python
Since this application already has code importing LibreHardwareMonitorLib.dll to Python, I was wondering if there is a way to import some data from ZenTimings in the same manner?
In the end, I would like to be able to show this on my external string:
RAM: DDR4-3200CL14
.So far I found file
WPF/Windows/DebugDialog.xaml.cs
which has the information I need, but my lack of experience with C# is obvious.The text was updated successfully, but these errors were encountered: