ZenTimings icon indicating copy to clipboard operation
ZenTimings copied to clipboard

Is there a way to exportMemory Config information as a library?

Open sanyer opened this issue 2 years ago • 1 comments

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.

sanyer avatar Oct 11 '23 11:10 sanyer

Hi,

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.

irusanov avatar Oct 14 '23 14:10 irusanov