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

OLED cycle doesn't go to screensaver #61

Closed
sobirjon001 opened this issue Nov 24, 2023 · 2 comments · Fixed by #62
Closed

OLED cycle doesn't go to screensaver #61

sobirjon001 opened this issue Nov 24, 2023 · 2 comments · Fixed by #62

Comments

@sobirjon001
Copy link

Hello I'm a new Argon Eon case owner and just have installed your util. Issue I have here is that OLED screen cycles indefinitely and never goes to screensaver.
Here are my /etc/argoneon.conf

[General]
temperature = C
debug = N

[OLED]
screenduration = 10
screensaver = 80
screenlist = clock cpu storage bandwidth ram temp ip
enabled = Y

[CPUFan]
45.0 = 25
50.0 = 30
55.0 = 55
60.0 = 100

[HDDFan]
38.0 = 25
40.0 = 50
44.0 = 60
46.0 = 80
48.0 = 90
50.0 = 100
@JeffCurless
Copy link
Owner

JeffCurless commented Nov 25, 2023

Actually it does, the issue is that the value for screensaver needs to be "LESS" than the value for screenduration, so

screenduration=40
screensaver=30

Should display the screen for 10 seconds, sleep for 30 then display the next screen

@JeffCurless JeffCurless linked a pull request Nov 25, 2023 that will close this issue
@JeffCurless
Copy link
Owner

Updated code to have a default value that automatically enables the screen saver,

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

Successfully merging a pull request may close this issue.

2 participants