-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Heatmap Visual Mode color calibration #3602
Comments
@Turbolqk hello, Heatmap is not just 4 fixed colors, it's a gradient between them :) so in my opinion it's universal. Also along the idea to keep things simple. Maximum I can propose - is to make these values editable via app config. Cause keeping all this in UI just for one (of many) backlight modes - is too much :) |
@seerge hey, That imo would be a nice addition. It sounds reasonable, since heatmap actually brings some utility to the otherwise estethic-only RGB. Being able to tune gradients would allow calibration according to model, considering different laptops and cpus etc. perform differently. Hope other people agree. Edit: Do these values account for GPU mode too? |
@Turbolqk hello, this build should allow you to override / customize temperature values for Heatmap mode Just add following lines to
|
Hi, thanks! However for some reason the json file is changed automatically, removing these lines when I start ghelper. |
@Turbolqk hello, it simply means you are not maintaining json structure :) to keep things simple add this to the beginning (so each line has ending comma, except last one) |
Right, that was the issue. I configured heat map to:
It's more adequate now. Thanks a lot, I'm a big fan of your work on G-helper! |
@Turbolqk glad to hear 👍 |
Rules
Is your feature request related to a problem? Please describe
So I found a report which mentions the heatmap colors:
int freeze (blue) = 20, cold (green) = 40, warm (yellow) = 65, hot (red) = 90;
However on my laptop the idle temps during light usage are around 55-60C, moderate usage would are around 70-75C and heavy usage is 80-90C, so the colors don't quite fit. I also figure it's different depending on the model.
Describe the solution you'd like
When using static or gpu mode, the color settings button does nothing, since it's responsible for other effects like static, strobing etc. Perhaps this button could be used to tweak the temperature range for each color of the heat map when in these modes?
Describe alternatives you've considered
Another thing that comes to mind is to separate the color setting for each keyboard mode. Green for static, yellow for strobing etc. like in AC. I guess it would be a necessary step in order to implement a functionality I described.
Device and Model
Asus Tuf F15 2021 (FX506H)
Additional information.
No response
The text was updated successfully, but these errors were encountered: