Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanyer opened this issue Oct 11, 2023 · 1 comment
Open

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

sanyer opened this issue Oct 11, 2023 · 1 comment

Comments

@sanyer
Copy link

sanyer commented Oct 11, 2023

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 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
@irusanov
Copy link
Owner

irusanov commented Oct 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants